Uses of Class
com.vaadin.shared.ui.grid.SectionState.CellState
-
Packages that use SectionState.CellState Package Description com.vaadin.shared.ui.grid com.vaadin.ui.components.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. cellGroups
The map from a joint cell to column id sets in this row.Map<String,SectionState.CellState>
SectionState.RowState. cells
The map from column ids to the cells in this row. -
Uses of SectionState.CellState in com.vaadin.ui.components.grid
Methods in com.vaadin.ui.components.grid with parameters of type SectionState.CellState Modifier and Type Method Description protected void
StaticSection.StaticRow. writeCellState(org.jsoup.nodes.Element cellElement, DesignContext context, SectionState.CellState state)
Writes declarative design for the cell using itsstate
to the given table cell element.
-