Package com.vaadin.flow.theme.lumo
Class LumoUtility.Display
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.Display
-
- Enclosing class:
- LumoUtility
public static final class LumoUtility.Display extends Object
Classes for setting the display property of an element. Determines whether the element is a block or inline element and how its items are laid out.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LumoUtility.Display.Breakpoint
Set of classes with styles to be used for certain viewport sizes
-
-
-
Field Detail
-
BLOCK
public static final String BLOCK
- See Also:
- Constant Field Values
-
FLEX
public static final String FLEX
- See Also:
- Constant Field Values
-
GRID
public static final String GRID
- See Also:
- Constant Field Values
-
HIDDEN
public static final String HIDDEN
- See Also:
- Constant Field Values
-
INLINE
public static final String INLINE
- See Also:
- Constant Field Values
-
INLINE_BLOCK
public static final String INLINE_BLOCK
- See Also:
- Constant Field Values
-
INLINE_FLEX
public static final String INLINE_FLEX
- See Also:
- Constant Field Values
-
INLINE_GRID
public static final String INLINE_GRID
- See Also:
- Constant Field Values
-
-