Package com.vaadin.flow.theme.lumo
Class LumoUtility.Height
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.Height
-
- Enclosing class:
- LumoUtility
public static final class LumoUtility.Height extends Object
Classes for defining the height of an element.
-
-
Field Detail
-
AUTO
public static final String AUTO
- See Also:
- Constant Field Values
-
FULL
public static final String FULL
- See Also:
- Constant Field Values
-
NONE
public static final String NONE
- See Also:
- Constant Field Values
-
SCREEN
public static final String SCREEN
- See Also:
- Constant Field Values
-
XSMALL
public static final String XSMALL
- See Also:
- Constant Field Values
-
SMALL
public static final String SMALL
- See Also:
- Constant Field Values
-
MEDIUM
public static final String MEDIUM
- See Also:
- Constant Field Values
-
LARGE
public static final String LARGE
- See Also:
- Constant Field Values
-
XLARGE
public static final String XLARGE
- See Also:
- Constant Field Values
-
-