Class ImageStyles
java.lang.Object
com.kingsrook.qqq.backend.core.model.dashboard.widgets.blocks.base.BaseStyles
com.kingsrook.qqq.backend.core.model.dashboard.widgets.blocks.image.ImageStyles
-
Nested Class Summary
Nested classes/interfaces inherited from class com.kingsrook.qqq.backend.core.model.dashboard.widgets.blocks.base.BaseStyles
BaseStyles.Directional<T extends Serializable> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for heightgetWidth()Getter for widthvoidSetter for heightvoidSetter for widthwithHeight(String height) Fluent setter for heightwithPadding(BaseStyles.Directional<String> padding) Fluent setter for paddingFluent setter for widthMethods inherited from class com.kingsrook.qqq.backend.core.model.dashboard.widgets.blocks.base.BaseStyles
getBackgroundColor, getPadding, setBackgroundColor, setPadding, withBackgroundColor
-
Constructor Details
-
ImageStyles
public ImageStyles()
-
-
Method Details
-
withPadding
Fluent setter for padding- Overrides:
withPaddingin classBaseStyles
-
getWidth
Getter for width -
setWidth
Setter for width -
withWidth
Fluent setter for width -
getHeight
Getter for height -
setHeight
Setter for height -
withHeight
Fluent setter for height
-