Package org.teamapps.dto
Class UiTextCellTemplateTextElement
- java.lang.Object
-
- org.teamapps.dto.UiTextCellTemplateElement
-
- org.teamapps.dto.UiTextCellTemplateTextElement
-
- All Implemented Interfaces:
UiObject
public class UiTextCellTemplateTextElement extends UiTextCellTemplateElement implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.teamapps.dto.UiTextCellTemplateElement
UiTextCellTemplateElement.Align
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanbadgeprotected java.lang.StringbadgeColorPropertyprotected booleanboldprotected java.lang.Stringcolorprotected floatfontSizeprotected booleanitalicprotected floatlineHeightprotected booleannoHorizontalSpaceprotected booleannoWrapprotected booleanunderline-
Fields inherited from class org.teamapps.dto.UiTextCellTemplateElement
align, elementIndex, line, marginBottom, marginLeft, marginRight, marginTop, propertyName
-
-
Constructor Summary
Constructors Constructor Description UiTextCellTemplateTextElement()Deprecated.Only for Jackson deserialization.UiTextCellTemplateTextElement(int line, int elementIndex, java.lang.String propertyName)
-
Method Summary
-
Methods inherited from class org.teamapps.dto.UiTextCellTemplateElement
getAlign, getElementIndex, getLine, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPropertyName
-
-
-
-
Field Detail
-
color
protected java.lang.String color
-
bold
protected boolean bold
-
underline
protected boolean underline
-
italic
protected boolean italic
-
badge
protected boolean badge
-
noWrap
protected boolean noWrap
-
badgeColorProperty
protected java.lang.String badgeColorProperty
-
fontSize
protected float fontSize
-
lineHeight
protected float lineHeight
-
noHorizontalSpace
protected boolean noHorizontalSpace
-
-
Constructor Detail
-
UiTextCellTemplateTextElement
@Deprecated public UiTextCellTemplateTextElement()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
UiTextCellTemplateTextElement
public UiTextCellTemplateTextElement(int line, int elementIndex, java.lang.String propertyName)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUiTextCellTemplateElement
-
getColor
public java.lang.String getColor()
-
getBold
public boolean getBold()
-
getUnderline
public boolean getUnderline()
-
getItalic
public boolean getItalic()
-
getBadge
public boolean getBadge()
-
getNoWrap
public boolean getNoWrap()
-
getBadgeColorProperty
public java.lang.String getBadgeColorProperty()
-
getFontSize
public float getFontSize()
-
getLineHeight
public float getLineHeight()
-
getNoHorizontalSpace
public boolean getNoHorizontalSpace()
-
setAlign
public UiTextCellTemplateTextElement setAlign(UiTextCellTemplateElement.Align align)
- Overrides:
setAlignin classUiTextCellTemplateElement
-
setMarginTop
public UiTextCellTemplateTextElement setMarginTop(int marginTop)
- Overrides:
setMarginTopin classUiTextCellTemplateElement
-
setMarginLeft
public UiTextCellTemplateTextElement setMarginLeft(int marginLeft)
- Overrides:
setMarginLeftin classUiTextCellTemplateElement
-
setMarginBottom
public UiTextCellTemplateTextElement setMarginBottom(int marginBottom)
- Overrides:
setMarginBottomin classUiTextCellTemplateElement
-
setMarginRight
public UiTextCellTemplateTextElement setMarginRight(int marginRight)
- Overrides:
setMarginRightin classUiTextCellTemplateElement
-
setColor
public UiTextCellTemplateTextElement setColor(java.lang.String color)
-
setBold
public UiTextCellTemplateTextElement setBold(boolean bold)
-
setUnderline
public UiTextCellTemplateTextElement setUnderline(boolean underline)
-
setItalic
public UiTextCellTemplateTextElement setItalic(boolean italic)
-
setBadge
public UiTextCellTemplateTextElement setBadge(boolean badge)
-
setNoWrap
public UiTextCellTemplateTextElement setNoWrap(boolean noWrap)
-
setBadgeColorProperty
public UiTextCellTemplateTextElement setBadgeColorProperty(java.lang.String badgeColorProperty)
-
setFontSize
public UiTextCellTemplateTextElement setFontSize(float fontSize)
-
setLineHeight
public UiTextCellTemplateTextElement setLineHeight(float lineHeight)
-
setNoHorizontalSpace
public UiTextCellTemplateTextElement setNoHorizontalSpace(boolean noHorizontalSpace)
-
-