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.
|
boolean |
visible
Visibility of this section.
|
Constructor and Description |
---|
SectionState() |
public List<SectionState.RowState> rows
public boolean visible
Copyright © 2018 Vaadin Ltd. All rights reserved.