private class TableLayout.HeaderPermanentInfo
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private int |
index_ |
private boolean |
isExpandable_ |
private int |
min_ |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
HeaderPermanentInfo(int newIndex)
Constructor for the HeaderPermanentInfo object
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Gets the index attribute of the HeaderPermanentInfo object
|
int |
getMin()
Gets the min attribute of the HeaderPermanentInfo object
|
boolean |
isExpandable()
Gets the expandable attribute of the HeaderPermanentInfo object
|
void |
setExpandable(boolean expandable)
Sets the expandable attribute of the HeaderPermanentInfo object
|
void |
setMin(int min)
Sets the min attribute of the HeaderPermanentInfo object
|
private static final long serialVersionUID
private final int index_
private int min_
private boolean isExpandable_
public HeaderPermanentInfo(int newIndex)
newIndex - Description of Parameterpublic final void setMin(int min)
min - The new min valuepublic final void setExpandable(boolean expandable)
expandable - The new expandable valuepublic final int getMin()
public final int getIndex()
public final boolean isExpandable()