Package com.vaadin.flow.theme.lumo
Class LumoUtility.Display
java.lang.Object
com.vaadin.flow.theme.lumo.LumoUtility.Display
- Enclosing class:
- LumoUtility
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 ClassesModifier and TypeClassDescriptionstatic final class
Set of classes defining the display property of an element that will be applied only for certain viewport sizes. -
Field Summary
Fields -
Method Summary
-
Field Details
-
BLOCK
- See Also:
-
FLEX
- See Also:
-
GRID
- See Also:
-
HIDDEN
- See Also:
-
INLINE
- See Also:
-
INLINE_BLOCK
- See Also:
-
INLINE_FLEX
- See Also:
-
INLINE_GRID
- See Also:
-