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.FlexDirection
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.FlexDirection
-
Enclosing class:
public static final class LumoUtility.FlexDirection extends Object
Classes for setting the flex direction of a flexbox layout.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LumoUtility.FlexDirection.Breakpoint
Set of classes defining the flex direction of an element that will be applied only for certain viewport sizes.
-
Field Summary
Fields Modifier and Type Field Description static String
COLUMN
static String
COLUMN_REVERSE
static String
ROW
static String
ROW_REVERSE
-