Package com.vaadin.shared.ui.grid
Class SectionState
- java.lang.Object
-
- com.vaadin.shared.ui.grid.SectionState
-
- All Implemented Interfaces:
Serializable
public class SectionState extends Object implements Serializable
Shared state for Grid headers and footers.- Since:
- 8.0
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description List<SectionState.RowState>
rows
The rows in this section.boolean
visible
Visibility of this section.
-
Constructor Summary
Constructors Constructor Description SectionState()
-
-
-
Field Detail
-
rows
public List<SectionState.RowState> rows
The rows in this section.
-
visible
public boolean visible
Visibility of this section.- Since:
- 8.1.1
-
-