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. 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. -
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 voidStaticSection.StaticRow. writeCellState(org.jsoup.nodes.Element cellElement, DesignContext context, SectionState.CellState state)Writes declarative design for the cell using itsstateto the given table cell element.
-