Package org.teamapps.dto
Class UiIconElement
- java.lang.Object
-
- org.teamapps.dto.AbstractUiTemplateElement
-
- org.teamapps.dto.UiIconElement
-
- All Implemented Interfaces:
UiObject
public class UiIconElement 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 intsize-
Fields inherited from class org.teamapps.dto.AbstractUiTemplateElement
backgroundColor, colSpan, column, dataKey, horizontalAlignment, margin, row, rowSpan, verticalAlignment
-
-
Constructor Summary
Constructors Constructor Description UiIconElement()Deprecated.Only for Jackson deserialization.UiIconElement(java.lang.String dataKey, int row, int column, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSize()UiObjectTypegetUiObjectType()UiIconElementsetBackgroundColor(UiColor backgroundColor)UiIconElementsetColSpan(int colSpan)UiIconElementsetHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment)UiIconElementsetMargin(UiSpacing margin)UiIconElementsetRowSpan(int rowSpan)UiIconElementsetVerticalAlignment(UiVerticalElementAlignment verticalAlignment)java.lang.StringtoString()-
Methods inherited from class org.teamapps.dto.AbstractUiTemplateElement
getBackgroundColor, getColSpan, getColumn, getDataKey, getHorizontalAlignment, getMargin, getRow, getRowSpan, getVerticalAlignment
-
-
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractUiTemplateElement
-
getSize
public int getSize()
-
setRowSpan
public UiIconElement setRowSpan(int rowSpan)
- Overrides:
setRowSpanin classAbstractUiTemplateElement
-
setColSpan
public UiIconElement setColSpan(int colSpan)
- Overrides:
setColSpanin classAbstractUiTemplateElement
-
setHorizontalAlignment
public UiIconElement setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment)
- Overrides:
setHorizontalAlignmentin classAbstractUiTemplateElement
-
setVerticalAlignment
public UiIconElement setVerticalAlignment(UiVerticalElementAlignment verticalAlignment)
- Overrides:
setVerticalAlignmentin classAbstractUiTemplateElement
-
setMargin
public UiIconElement setMargin(UiSpacing margin)
- Overrides:
setMarginin classAbstractUiTemplateElement
-
setBackgroundColor
public UiIconElement setBackgroundColor(UiColor backgroundColor)
- Overrides:
setBackgroundColorin classAbstractUiTemplateElement
-
-