Package com.vaadin.flow.theme.lumo
Class LumoUtility.Grid
java.lang.Object
com.vaadin.flow.theme.lumo.LumoUtility.Grid
- Enclosing class:
- LumoUtility
Set of classes defining the content flow on a grid layout.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Set of classes defining the number of columns in a grid layout that will be applied only for certain viewport sizes.static final class
Classes for setting the number of columns in a grid layout.static final class
Classes for setting the number of rows in a grid layout. -
Field Summary
Fields -
Method Summary
-
Field Details
-
FLOW_COLUMN
Items are placed by filling each column in turn, adding new columns as necessary.- See Also:
-
FLOW_ROW
Items are placed by filling each row in turn, adding new rows as necessary.- See Also:
-