public class SectionState extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
SectionState.CellState
The state of a header or footer cell.
|
static class |
SectionState.RowState
The state of a header or footer row.
|
| Modifier and Type | Field and Description |
|---|---|
List<SectionState.RowState> |
rows
The rows in this section.
|
| Constructor and Description |
|---|
SectionState() |
public List<SectionState.RowState> rows
Copyright © 2017 Vaadin Ltd. All rights reserved.