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 classSectionState.CellStateThe state of a header or footer cell.static classSectionState.RowStateThe state of a header or footer row.
-
Field Summary
Fields Modifier and Type Field Description List<SectionState.RowState>rowsThe rows in this section.booleanvisibleVisibility 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
-
-