public static class SectionState.RowState extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Map<SectionState.CellState,Set<String>> |
cellGroups
The map from a joint cell to column id sets in this row.
|
Map<String,SectionState.CellState> |
cells
The map from column ids to the cells in this row.
|
boolean |
defaultHeader
Whether this row is the default header row.
|
String |
styleName
The style name for the row.
|
| Constructor and Description |
|---|
RowState() |
public Map<String,SectionState.CellState> cells
public Map<SectionState.CellState,Set<String>> cellGroups
public boolean defaultHeader
public String styleName
Copyright © 2017 Vaadin Ltd. All rights reserved.