Package com.vaadin.shared.ui.grid
Class SectionState.CellState
- java.lang.Object
-
- com.vaadin.shared.ui.grid.SectionState.CellState
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SectionState
public static class SectionState.CellState extends Object implements Serializable
The state of a header or footer cell.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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 cellContentMode
descriptionContentMode
The content mode for the tooltip for the cellString
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 Summary
Constructors Constructor Description CellState()
-
-
-
Field Detail
-
type
public GridStaticCellType type
-
styleName
public String styleName
The style name for this cell. Null if none.
-
text
public String text
The textual caption of this cell.
-
html
public String html
The html content of this cell.
-
connector
public Connector connector
The connector for the component that is set to be displayed in this cell. Null if none.
-
columnId
public String columnId
The id of the column that this cell belongs to.
-
description
public String description
The tooltip for the cell
-
descriptionContentMode
public ContentMode descriptionContentMode
The content mode for the tooltip for the cell
-
-