Package org.teamapps.dto
Class UiGlyphIconElement
java.lang.Object
org.teamapps.dto.AbstractUiTemplateElement
org.teamapps.dto.UiGlyphIconElement
- All Implemented Interfaces:
UiObject
public class UiGlyphIconElement extends AbstractUiTemplateElement implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields inherited from class org.teamapps.dto.AbstractUiTemplateElement
backgroundColor, colSpan, column, dataKey, horizontalAlignment, margin, row, rowSpan, verticalAlignment -
Constructor Summary
Constructors Constructor Description UiGlyphIconElement()Deprecated.Only for Jackson deserialization.UiGlyphIconElement(java.lang.String dataKey, int row, int column, int size) -
Method Summary
Modifier and Type Method Description java.lang.StringgetFontColor()intgetSize()UiObjectTypegetUiObjectType()UiGlyphIconElementsetBackgroundColor(java.lang.String backgroundColor)UiGlyphIconElementsetColSpan(int colSpan)UiGlyphIconElementsetFontColor(java.lang.String fontColor)UiGlyphIconElementsetHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment)UiGlyphIconElementsetMargin(UiSpacing margin)UiGlyphIconElementsetRowSpan(int rowSpan)UiGlyphIconElementsetVerticalAlignment(UiVerticalElementAlignment verticalAlignment)java.lang.StringtoString()Methods inherited from class org.teamapps.dto.AbstractUiTemplateElement
getBackgroundColor, getColSpan, getColumn, getDataKey, getHorizontalAlignment, getMargin, getRow, getRowSpan, getVerticalAlignment
-
Field Details
-
Constructor Details
-
UiGlyphIconElement
@Deprecated public UiGlyphIconElement()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiGlyphIconElement
public UiGlyphIconElement(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() -
getFontColor
public java.lang.String getFontColor() -
setRowSpan
- Overrides:
setRowSpanin classAbstractUiTemplateElement
-
setColSpan
- Overrides:
setColSpanin classAbstractUiTemplateElement
-
setHorizontalAlignment
- Overrides:
setHorizontalAlignmentin classAbstractUiTemplateElement
-
setVerticalAlignment
- Overrides:
setVerticalAlignmentin classAbstractUiTemplateElement
-
setMargin
- Overrides:
setMarginin classAbstractUiTemplateElement
-
setBackgroundColor
- Overrides:
setBackgroundColorin classAbstractUiTemplateElement
-
setFontColor
-