Uses of Class
com.vaadin.shared.ui.grid.SectionState
-
Packages that use SectionState Package Description com.vaadin.shared.ui.grid com.vaadin.ui.components.grid -
-
Uses of SectionState in com.vaadin.shared.ui.grid
Fields in com.vaadin.shared.ui.grid declared as SectionState Modifier and Type Field Description SectionState
GridState. footer
The state of the footer section.SectionState
GridState. header
The state of the header section. -
Uses of SectionState in com.vaadin.ui.components.grid
Methods in com.vaadin.ui.components.grid that return SectionState Modifier and Type Method Description protected abstract SectionState
StaticSection. getState(boolean markAsDirty)
Returns the shared state of this section.
-