public class ColumnState extends AbstractGridExtensionState
| Modifier and Type | Field and Description |
|---|---|
String |
caption |
boolean |
editable |
int |
expandRatio
How much of the remaining space this column will reserve.
|
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 |
internalId |
double |
maxWidth
The maximum expansion width of this column.
|
boolean |
minimumWidthFromContent
Whether the contents define the minimum width for this column.
|
double |
minWidth
The minimum expansion width of this column.
|
Connector |
renderer |
boolean |
resizable
Whether this column is resizable by the user.
|
boolean |
sortable |
double |
width
Column width in pixels.
|
enabled, registeredEventListeners, resources| Constructor and Description |
|---|
ColumnState() |
public String caption
public String internalId
public boolean sortable
public boolean editable
public String hidingToggleCaption
public boolean hidden
public boolean hidable
public double width
public int expandRatio
public double maxWidth
public double minWidth
public boolean resizable
public Connector renderer
public boolean minimumWidthFromContent
Copyright © 2017 Vaadin Ltd. All rights reserved.