Package org.teamapps.dto
Class UiImageElement
- java.lang.Object
-
- org.teamapps.dto.AbstractUiTemplateElement
-
- org.teamapps.dto.UiImageElement
-
- All Implemented Interfaces:
UiObject
public class UiImageElement extends AbstractUiTemplateElement implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Field Summary
Fields Modifier and Type Field Description protected UiBorderborderprotected intheightprotected UiImageSizingimageSizingprotected UiSpacingpaddingprotected UiShadowshadowprotected intwidth-
Fields inherited from class org.teamapps.dto.AbstractUiTemplateElement
backgroundColor, colSpan, column, dataKey, horizontalAlignment, margin, row, rowSpan, verticalAlignment
-
-
Constructor Summary
Constructors Constructor Description UiImageElement()Deprecated.Only for Jackson deserialization.UiImageElement(java.lang.String dataKey, int row, int column, int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiBordergetBorder()intgetHeight()UiImageSizinggetImageSizing()UiSpacinggetPadding()UiShadowgetShadow()UiObjectTypegetUiObjectType()intgetWidth()UiImageElementsetBackgroundColor(UiColor backgroundColor)UiImageElementsetBorder(UiBorder border)UiImageElementsetColSpan(int colSpan)UiImageElementsetHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment)UiImageElementsetImageSizing(UiImageSizing imageSizing)UiImageElementsetMargin(UiSpacing margin)UiImageElementsetPadding(UiSpacing padding)UiImageElementsetRowSpan(int rowSpan)UiImageElementsetShadow(UiShadow shadow)UiImageElementsetVerticalAlignment(UiVerticalElementAlignment verticalAlignment)java.lang.StringtoString()-
Methods inherited from class org.teamapps.dto.AbstractUiTemplateElement
getBackgroundColor, getColSpan, getColumn, getDataKey, getHorizontalAlignment, getMargin, getRow, getRowSpan, getVerticalAlignment
-
-
-
-
Field Detail
-
width
protected int width
-
height
protected int height
-
border
protected UiBorder border
-
padding
protected UiSpacing padding
-
shadow
protected UiShadow shadow
-
imageSizing
protected UiImageSizing imageSizing
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractUiTemplateElement
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getBorder
public UiBorder getBorder()
-
getPadding
public UiSpacing getPadding()
-
getShadow
public UiShadow getShadow()
-
getImageSizing
public UiImageSizing getImageSizing()
-
setRowSpan
public UiImageElement setRowSpan(int rowSpan)
- Overrides:
setRowSpanin classAbstractUiTemplateElement
-
setColSpan
public UiImageElement setColSpan(int colSpan)
- Overrides:
setColSpanin classAbstractUiTemplateElement
-
setHorizontalAlignment
public UiImageElement setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment)
- Overrides:
setHorizontalAlignmentin classAbstractUiTemplateElement
-
setVerticalAlignment
public UiImageElement setVerticalAlignment(UiVerticalElementAlignment verticalAlignment)
- Overrides:
setVerticalAlignmentin classAbstractUiTemplateElement
-
setMargin
public UiImageElement setMargin(UiSpacing margin)
- Overrides:
setMarginin classAbstractUiTemplateElement
-
setBackgroundColor
public UiImageElement setBackgroundColor(UiColor backgroundColor)
- Overrides:
setBackgroundColorin classAbstractUiTemplateElement
-
setBorder
public UiImageElement setBorder(UiBorder border)
-
setPadding
public UiImageElement setPadding(UiSpacing padding)
-
setShadow
public UiImageElement setShadow(UiShadow shadow)
-
setImageSizing
public UiImageElement setImageSizing(UiImageSizing imageSizing)
-
-