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 Modifier and Type Field Description protected java.lang.StringfontColorprotected intsize-
Fields inherited from class org.teamapps.dto.AbstractUiTemplateElement
backgroundColor, colSpan, column, horizontalAlignment, margin, property, row, rowSpan, verticalAlignment
-
-
Constructor Summary
Constructors Constructor Description UiGlyphIconElement()Deprecated.Only for Jackson deserialization.UiGlyphIconElement(java.lang.String property, int row, int column, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods 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, getHorizontalAlignment, getMargin, getProperty, 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()
-
getFontColor
public java.lang.String getFontColor()
-
setRowSpan
public UiGlyphIconElement setRowSpan(int rowSpan)
- Overrides:
setRowSpanin classAbstractUiTemplateElement
-
setColSpan
public UiGlyphIconElement setColSpan(int colSpan)
- Overrides:
setColSpanin classAbstractUiTemplateElement
-
setHorizontalAlignment
public UiGlyphIconElement setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment)
- Overrides:
setHorizontalAlignmentin classAbstractUiTemplateElement
-
setVerticalAlignment
public UiGlyphIconElement setVerticalAlignment(UiVerticalElementAlignment verticalAlignment)
- Overrides:
setVerticalAlignmentin classAbstractUiTemplateElement
-
setMargin
public UiGlyphIconElement setMargin(UiSpacing margin)
- Overrides:
setMarginin classAbstractUiTemplateElement
-
setBackgroundColor
public UiGlyphIconElement setBackgroundColor(java.lang.String backgroundColor)
- Overrides:
setBackgroundColorin classAbstractUiTemplateElement
-
setFontColor
public UiGlyphIconElement setFontColor(java.lang.String fontColor)
-
-