|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.inmethod.grid.common.ColumnsState.Entry
public static class ColumnsState.Entry
State entry for single column.
| Constructor Summary | |
|---|---|
ColumnsState.Entry(String columnId)
Creates new entry instance |
|
| Method Summary | |
|---|---|
String |
getColumnId()
Returns column identifier. |
int |
getCurrentWidth()
Returns the current width, or -1 if the width is not set. |
boolean |
isVisible()
Return whether the column is visible. |
void |
setCurrentWidth(int currentWidth)
Sets the current column width. |
void |
setVisible(boolean visible)
Sets the visibility of the column. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnsState.Entry(String columnId)
columnId - | Method Detail |
|---|
public int getCurrentWidth()
public void setCurrentWidth(int currentWidth)
currentWidth is -1, the initial column
width will be used.
currentWidth - public boolean isVisible()
true if the column is visible, false otherwise.public void setVisible(boolean visible)
visible - public String getColumnId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||