Class BaseStyles.Directional<T extends Serializable>
java.lang.Object
com.kingsrook.qqq.backend.core.model.dashboard.widgets.blocks.base.BaseStyles.Directional<T>
- All Implemented Interfaces:
Serializable
- Enclosing class:
BaseStyles
public static class BaseStyles.Directional<T extends Serializable>
extends Object
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for bottomgetLeft()Getter for leftgetRight()Getter for rightgetTop()Getter for topstatic <T extends Serializable>
BaseStyles.Directional<T> of(T value) static <T extends Serializable>
BaseStyles.Directional<T> of(T top, T right, T bottom, T left) static <T extends Serializable>
BaseStyles.Directional<T> ofBottom(T bottom) static <T extends Serializable>
BaseStyles.Directional<T> ofLeft(T left) static <T extends Serializable>
BaseStyles.Directional<T> ofRight(T right) static <T extends Serializable>
BaseStyles.Directional<T> ofTop(T top) static <T extends Serializable>
BaseStyles.Directional<T> ofX(T x) static <T extends Serializable>
BaseStyles.Directional<T> ofXY(T x, T y) static <T extends Serializable>
BaseStyles.Directional<T> ofY(T y) voidSetter for bottomvoidSetter for leftvoidSetter for rightvoidSetter for topwithBottom(T bottom) Fluent setter for bottomFluent setter for leftFluent setter for rightFluent setter for top
-
Constructor Details
-
Directional
public Directional()Constructor -
Directional
-
-
Method Details
-
of
public static <T extends Serializable> BaseStyles.Directional<T> of(T top, T right, T bottom, T left) -
of
-
ofTop
-
ofRight
-
ofBottom
-
ofLeft
-
ofX
-
ofY
-
ofXY
-
getTop
Getter for top -
setTop
Setter for top -
withTop
Fluent setter for top -
getBottom
Getter for bottom -
setBottom
Setter for bottom -
withBottom
Fluent setter for bottom -
getLeft
Getter for left -
setLeft
Setter for left -
withLeft
Fluent setter for left -
getRight
Getter for right -
setRight
Setter for right -
withRight
Fluent setter for right
-