Uses of Class
com.vaadin.shared.ui.grid.SectionState.RowState
-
Packages that use SectionState.RowState Package Description com.vaadin.shared.ui.grid com.vaadin.ui.components.grid -
-
Uses of SectionState.RowState in com.vaadin.shared.ui.grid
Fields in com.vaadin.shared.ui.grid with type parameters of type SectionState.RowState Modifier and Type Field Description List<SectionState.RowState>
SectionState. rows
The rows in this section. -
Uses of SectionState.RowState in com.vaadin.ui.components.grid
Methods in com.vaadin.ui.components.grid that return SectionState.RowState Modifier and Type Method Description protected SectionState.RowState
StaticSection.StaticRow. getRowState()
Returns the shared state of this row.
-