|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.shared.ui.grid.GridColumnState
public class GridColumnState
Column state DTO for transferring column properties from the server to the client
| Field Summary | |
|---|---|
boolean |
editable
Whether the values in this column are editable when the editor interface is active. |
Connector |
editorConnector
The connector for the field used to edit cells in this column when the editor interface is active. |
int |
expandRatio
How much of the remaining space this column will reserve. |
java.lang.String |
headerCaption
Column header caption |
boolean |
hidable
Whether the column can be hidden by the user. |
boolean |
hidden
Whether this column is currently hidden. |
java.lang.String |
hidingToggleCaption
The caption for the column hiding toggle. |
java.lang.String |
id
Id used by grid connector to map server side column with client side column |
double |
maxWidth
The maximum expansion width of this column. |
double |
minWidth
The minimum expansion width of this column. |
Connector |
rendererConnector
The connector for the renderer used to render the cells in this column. |
boolean |
resizable
Whether this column is resizable by the user. |
boolean |
sortable
Whether this column is sortable by the user |
double |
width
Column width in pixels. |
| Constructor Summary | |
|---|---|
GridColumnState()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String id
public double width
public Connector rendererConnector
public boolean editable
public Connector editorConnector
public boolean sortable
public int expandRatio
public double maxWidth
public double minWidth
public boolean hidden
public boolean hidable
public java.lang.String hidingToggleCaption
public java.lang.String headerCaption
public boolean resizable
| Constructor Detail |
|---|
public GridColumnState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||