We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.ui.grid.
Class SectionState.CellState
- java.lang.Object
-
- com.vaadin.shared.ui.grid.SectionState.CellState
-
All Implemented Interfaces:
Enclosing class:
public static class SectionState.CellState extends Object implements Serializable
The state of a header or footer cell.
See Also:
-
-
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 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 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
-
-