public static class GridStaticSectionState.RowState extends Object implements Serializable
| Modifier and Type | Field and 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 and Description |
|---|
RowState() |
public List<GridStaticSectionState.CellState> cells
public boolean defaultRow
public Map<Set<String>,GridStaticSectionState.CellState> cellGroups
public String styleName
Copyright © 2019 Vaadin Ltd. All rights reserved.