public static class SectionState.CellState extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
columnId
The id of the column that this cell belongs to.
|
Connector |
connector
The connector for the component that is set to be displayed in this
cell.
|
String |
html
The html content of this cell.
|
String |
styleName
The style name for this cell.
|
String |
text
The textual caption of this cell.
|
GridStaticCellType |
type |
| Constructor and Description |
|---|
CellState() |
public GridStaticCellType type
public String styleName
public String text
public String html
public Connector connector
public String columnId
Copyright © 2017 Vaadin Ltd. All rights reserved.