Class UiImageElement
java.lang.Object
org.teamapps.dto.AbstractUiTemplateElement
org.teamapps.dto.UiImageElement
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UiBorderprotected intprotected UiImageSizingprotected UiSpacingprotected UiShadowprotected intFields inherited from class org.teamapps.dto.AbstractUiTemplateElement
backgroundColor, colSpan, column, horizontalAlignment, margin, property, row, rowSpan, verticalAlignment -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiImageElement(String property, int row, int column, int width, int height) -
Method Summary
Modifier and TypeMethodDescriptionintintgetWidth()setBackgroundColor(String backgroundColor) setColSpan(int colSpan) setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment) setImageSizing(UiImageSizing imageSizing) setPadding(UiSpacing padding) setRowSpan(int rowSpan) setVerticalAlignment(UiVerticalElementAlignment verticalAlignment) toString()Methods inherited from class org.teamapps.dto.AbstractUiTemplateElement
getBackgroundColor, getColSpan, getColumn, getHorizontalAlignment, getMargin, getProperty, getRow, getRowSpan, getVerticalAlignment
-
Field Details
-
width
protected int width -
height
protected int height -
border
-
padding
-
shadow
-
imageSizing
-
-
Constructor Details
-
UiImageElement
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiImageElement
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
- Overrides:
toStringin classAbstractUiTemplateElement
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getBorder
-
getPadding
-
getShadow
-
getImageSizing
-
setRowSpan
- Overrides:
setRowSpanin classAbstractUiTemplateElement
-
setColSpan
- Overrides:
setColSpanin classAbstractUiTemplateElement
-
setHorizontalAlignment
- Overrides:
setHorizontalAlignmentin classAbstractUiTemplateElement
-
setVerticalAlignment
- Overrides:
setVerticalAlignmentin classAbstractUiTemplateElement
-
setMargin
- Overrides:
setMarginin classAbstractUiTemplateElement
-
setBackgroundColor
- Overrides:
setBackgroundColorin classAbstractUiTemplateElement
-
setBorder
-
setPadding
-
setShadow
-
setImageSizing
-