Package org.teamapps.ux.component.format
Class Spacing
- java.lang.Object
-
- org.teamapps.ux.component.format.Spacing
-
public class Spacing extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.teamapps.dto.UiSpacingcreateUiSpacing()LengthgetBottom()LengthgetLeft()LengthgetRight()LengthgetTop()static Spacingpx(int value)static Spacingpx(int vertical, int horizontal)java.lang.StringtoCssString()
-
-
-
Method Detail
-
px
public static Spacing px(int value)
-
px
public static Spacing px(int vertical, int horizontal)
-
getTop
public Length getTop()
-
getRight
public Length getRight()
-
getBottom
public Length getBottom()
-
getLeft
public Length getLeft()
-
createUiSpacing
public org.teamapps.dto.UiSpacing createUiSpacing()
-
toCssString
public java.lang.String toCssString()
-
-