Package com.vaadin.flow.theme.lumo
Class LumoUtility.Overflow
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.Overflow
-
- Enclosing class:
- LumoUtility
public static final class LumoUtility.Overflow extends Object
Classes for setting the overflow behavior of an element.
-
-
Field Detail
-
AUTO
public static final String AUTO
- See Also:
- Constant Field Values
-
HIDDEN
public static final String HIDDEN
- See Also:
- Constant Field Values
-
SCROLL
public static final String SCROLL
- See Also:
- Constant Field Values
-
-