Class CssGrid.GridCell
java.lang.Object
org.vaadin.firitin.components.cssgrid.CssGrid.GridCell
- Enclosing class:
- CssGrid
A helper class to customize Css grid specific features of a component
added to the
CssGrid
.
This class essentially proxies inline styles for the wrapped component.-
Method Summary
Modifier and TypeMethodDescriptionwithAlign
(com.vaadin.flow.dom.Style.AlignSelf align) withColumn
(int column) withColumns
(int startColumn, int endColumn) withColumnSpan
(int numberColumns) withJustifySelf
(com.vaadin.flow.dom.Style.JustifyContent align) withRow
(int row) withRows
(int startRow, int endRow) withRowSpan
(int numberRows)
-
Method Details
-
withColumn
-
withColumns
-
withRows
-
withRow
-
withAlign
-
withJustifySelf
-
withRowSpan
-
withColumnSpan
-
withArea
-
withArea
-