public class GridColumnState extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
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.
|
String |
headerCaption
Column header caption.
|
boolean |
hidable
Whether the column can be hidden by the user.
|
boolean |
hidden
Whether this column is currently hidden.
|
String |
hidingToggleCaption
The caption for the column hiding toggle.
|
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 and Description |
|---|
GridColumnState() |
public 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 String hidingToggleCaption
public String headerCaption
public boolean resizable
Copyright © 2019 Vaadin Ltd. All rights reserved.