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 StringcolumnIdThe id of the column that this cell belongs to.ConnectorconnectorThe connector for the component that is set to be displayed in this cell.StringdescriptionThe tooltip for the cellContentModedescriptionContentModeThe content mode for the tooltip for the cellStringhtmlThe html content of this cell.StringstyleNameThe style name for this cell.StringtextThe textual caption of this cell.GridStaticCellTypetype
-
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
-
-