Uses of Class
com.vaadin.shared.ui.grid.SectionState.CellState
-
Packages that use SectionState.CellState Package Description com.vaadin.shared.ui.grid -
-
Uses of SectionState.CellState in com.vaadin.shared.ui.grid
Fields in com.vaadin.shared.ui.grid with type parameters of type SectionState.CellState Modifier and Type Field Description Map<SectionState.CellState,Set<String>>SectionState.RowState. cellGroupsThe map from a joint cell to column id sets in this row.Map<String,SectionState.CellState>SectionState.RowState. cellsThe map from column ids to the cells in this row.
-