Package com.vaadin.flow.theme.lumo
Class LumoUtility.Padding
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.Padding
-
- Enclosing class:
- LumoUtility
public static final class LumoUtility.Padding extends Object
Classes for setting the padding of an element.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLumoUtility.Padding.BottomClasses for setting the bottom padding of an element.static classLumoUtility.Padding.EndClasses for setting the logical inline end padding of an element.static classLumoUtility.Padding.HorizontalClasses for setting both the right and left paddings of an element.static classLumoUtility.Padding.LeftClasses for setting the left padding of an element.static classLumoUtility.Padding.RightClasses for setting the right padding of an element.static classLumoUtility.Padding.StartClasses for setting the logical inline start padding of an element.static classLumoUtility.Padding.TopClasses for defining the top padding of an element.static classLumoUtility.Padding.VerticalClasses for defining both the vertical and horizontal paddings of an element.
-
-
-
Field Detail
-
NONE
public static final String NONE
- 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
-
-