Uses of Class
org.vaadin.firitin.components.cssgrid.CssGrid.GridCell
Packages that use CssGrid.GridCell
-
Uses of CssGrid.GridCell in org.vaadin.firitin.components.cssgrid
Methods in org.vaadin.firitin.components.cssgrid that return CssGrid.GridCellModifier and TypeMethodDescriptionCssGrid.add(com.vaadin.flow.component.Component component) Deprecated.CssGrid.GridCell.withAlign(com.vaadin.flow.dom.Style.AlignSelf align) CssGrid.GridCell.withColumn(int column) CssGrid.GridCell.withColumns(int startColumn, int endColumn) CssGrid.GridCell.withColumnSpan(int numberColumns) CssGrid.GridCell.withJustifySelf(com.vaadin.flow.dom.Style.JustifyContent align) CssGrid.GridCell.withRow(int row) CssGrid.GridCell.withRows(int startRow, int endRow) CssGrid.GridCell.withRowSpan(int numberRows)