Package com.vaadin.flow.theme.lumo
Class LumoUtility.TextAlignment
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.TextAlignment
-
- Enclosing class:
- LumoUtility
public static final class LumoUtility.TextAlignment extends Object
Classes for setting an element?s text alignment.
-
-
Field Detail
-
LEFT
public static final String LEFT
- See Also:
- Constant Field Values
-
CENTER
public static final String CENTER
- See Also:
- Constant Field Values
-
RIGHT
public static final String RIGHT
- See Also:
- Constant Field Values
-
JUSTIFY
public static final String JUSTIFY
- See Also:
- Constant Field Values
-
-