Package com.vaadin.shared.ui.grid
Class GridStaticSectionState.RowState
- java.lang.Object
-
- com.vaadin.shared.ui.grid.GridStaticSectionState.RowState
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GridStaticSectionState
public static class GridStaticSectionState.RowState extends Object implements Serializable
- See Also:
- Serialized Form
-
-
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.
-
-