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.MaxWidth
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.MaxWidth
-
Enclosing class:
public static final class LumoUtility.MaxWidth extends Object
Classes for defining the maximum width of an element.
-
-
Field Summary
Fields Modifier and Type Field Description static String
FULL
static String
SCREEN_LARGE
static String
SCREEN_MEDIUM
static String
SCREEN_SMALL
static String
SCREEN_XLARGE
static String
SCREEN_XXLARGE
-
-
-
Field Detail
-
FULL
public static final String FULL
See Also:
-
SCREEN_SMALL
public static final String SCREEN_SMALL
See Also:
-
SCREEN_MEDIUM
public static final String SCREEN_MEDIUM
See Also:
-
SCREEN_LARGE
public static final String SCREEN_LARGE
See Also:
-
SCREEN_XLARGE
public static final String SCREEN_XLARGE
See Also:
-
SCREEN_XXLARGE
public static final String SCREEN_XXLARGE
See Also:
-
-