com.vaadin.flow.theme.lumo.
Class LumoUtility.Margin
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.Margin
-
Enclosing class:
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 class
LumoUtility.Margin.Bottom
Classes for setting the bottom margin of an element.
static class
LumoUtility.Margin.End
Classes for setting the logical inline end margin of an element.
static class
LumoUtility.Margin.Horizontal
Classes for setting both the left and the right margins an element.
static class
LumoUtility.Margin.Left
Classes for setting the left margin of an element.
static class
LumoUtility.Margin.Right
Classes for setting the right margin of an element.
static class
LumoUtility.Margin.Start
Classes for setting the logical inline start margin of an element.
static class
LumoUtility.Margin.Top
Classes for setting the top margin of an element.
static class
LumoUtility.Margin.Vertical
Classes for setting both the top and the bottom margins of an element.
-
-
-
Field Detail
-
AUTO
public static final String AUTO
See Also:
-
NONE
public static final String NONE
See Also:
-
XSMALL
public static final String XSMALL
See Also:
-
SMALL
public static final String SMALL
See Also:
-
MEDIUM
public static final String MEDIUM
See Also:
-
LARGE
public static final String LARGE
See Also:
-
XLARGE
public static final String XLARGE
See Also:
-
-