We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.theme.lumo.
Class LumoUtility.Grid
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.Grid
-
Enclosing class:
public static final class LumoUtility.Grid extends Object
Set of classes to define the content flow on a grid layout.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LumoUtility.Grid.Breakpoint
Set of classes defining the number of columns in a grid layout that will be applied only for certain viewport sizes.
static class
LumoUtility.Grid.Column
Classes for setting the number of columns in a grid layout.
static class
LumoUtility.Grid.Row
Classes for setting the number of rows in a grid layout.
-
Field Summary
Fields Modifier and Type Field Description static String
FLOW_COLUMN
Items are placed by filling each column in turn, adding new columns as necessary.
static String
FLOW_ROW
Items are placed by filling each row in turn, adding new rows as necessary.
-