Package com.vaadin.shared.ui.grid
Class GridStaticSectionState
- java.lang.Object
-
- com.vaadin.shared.ui.grid.GridStaticSectionState
-
- All Implemented Interfaces:
Serializable
public class GridStaticSectionState extends Object implements Serializable
Shared state for Grid headers and footers.- Since:
- 7.4
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GridStaticSectionState.CellState
static class
GridStaticSectionState.RowState
-
Field Summary
Fields Modifier and Type Field Description List<GridStaticSectionState.RowState>
rows
boolean
visible
-
Constructor Summary
Constructors Constructor Description GridStaticSectionState()
-
-
-
Field Detail
-
rows
public List<GridStaticSectionState.RowState> rows
-
visible
public boolean visible
-
-