Uses of Class
com.storedobject.vaadin.GridRow.Cell
Packages that use GridRow.Cell
-
Uses of GridRow.Cell in com.storedobject.vaadin
Methods in com.storedobject.vaadin that return GridRow.CellModifier and TypeMethodDescriptionGet a specific cell from this row.GridRow.join
(int startintgIndex) Join all cells starting at a given index and ending at the last column (inclusive).GridRow.join
(int startintgIndex, int endingIndex) Join cells for a range of column indices.Join cells.GridRow.join
(Collection<String> names) Join cells.GridRow.joinCells
(GridRow.Cell... cells) Join cells.GridRow.Cell.setComponent
(com.vaadin.flow.component.Component component) Set a component for this cell (Text if any already set will be discarded).Set text for this cell to display.Set text for this cell to display.Methods in com.storedobject.vaadin that return types with arguments of type GridRow.CellMethods in com.storedobject.vaadin with parameters of type GridRow.Cell