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 GridStaticSectionState.RowState
- java.lang.Object
-
- com.vaadin.shared.ui.grid.GridStaticSectionState.RowState
-
All Implemented Interfaces:
Enclosing class:
public static class GridStaticSectionState.RowState extends Object implements Serializable
See Also:
-
-
Field Summary
Fields Modifier and Type Field Description Map<Set<String>,GridStaticSectionState.CellState>
cellGroups
Map from column id set to cell state for merged state.
List<GridStaticSectionState.CellState>
cells
boolean
defaultRow
String
styleName
The style name for the row.
-
Constructor Summary
Constructors Constructor Description RowState()
-
-
-
Field Detail
-
cells
public List<GridStaticSectionState.CellState> cells
-
defaultRow
public boolean defaultRow
-
cellGroups
public Map<Set<String>,GridStaticSectionState.CellState> cellGroups
Map from column id set to cell state for merged state.
-
styleName
public String styleName
The style name for the row. Null if none.
-
-