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 intsizeFields 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
Modifier and Type Method Description intgetSize()UiObjectTypegetUiObjectType()UiIconElementsetBackgroundColor(java.lang.String 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, getVerticalAlignmentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
size
protected int size
-
-
Constructor Details
-
UiIconElement
@Deprecated public UiIconElement()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiIconElement
public UiIconElement(java.lang.String dataKey, int row, int column, int size)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String 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
-