|
||||||||||
| 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 |
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 |
sortable
Are sorting indicators shown for a column. |
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
| Constructor Detail |
|---|
public GridColumnState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||