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