Class UiIconElement
java.lang.Object
org.teamapps.dto.AbstractUiTemplateElement
org.teamapps.dto.UiIconElement
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsFields inherited from class org.teamapps.dto.AbstractUiTemplateElement
backgroundColor, colSpan, column, horizontalAlignment, margin, property, row, rowSpan, verticalAlignment -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiIconElement(String property, int row, int column, int size) -
Method Summary
Modifier and TypeMethodDescriptionintgetSize()setBackgroundColor(String backgroundColor) setColSpan(int colSpan) setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment) 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
-
size
protected int size
-
-
Constructor Details
-
UiIconElement
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiIconElement
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
- Overrides:
toStringin classAbstractUiTemplateElement
-
getSize
public int getSize() -
setRowSpan
- Overrides:
setRowSpanin classAbstractUiTemplateElement
-
setColSpan
- Overrides:
setColSpanin classAbstractUiTemplateElement
-
setHorizontalAlignment
- Overrides:
setHorizontalAlignmentin classAbstractUiTemplateElement
-
setVerticalAlignment
- Overrides:
setVerticalAlignmentin classAbstractUiTemplateElement
-
setMargin
- Overrides:
setMarginin classAbstractUiTemplateElement
-
setBackgroundColor
- Overrides:
setBackgroundColorin classAbstractUiTemplateElement
-