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 |
description
The tooltip for the cell
|
ContentMode |
descriptionContentMode
The content mode for the tooltip for the 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
public String description
public ContentMode descriptionContentMode
Copyright © 2021 Vaadin Ltd. All rights reserved.