Class UiTextElement
java.lang.Object
org.teamapps.dto.AbstractUiTemplateElement
org.teamapps.dto.UiTextElement
- All Implemented Interfaces:
UiObject
- Direct Known Subclasses:
UiBadgeElement
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UiFontStyleprotected floatprotected UiSpacingprotected UiTextAlignmentprotected booleanFields inherited from class org.teamapps.dto.AbstractUiTemplateElement
backgroundColor, colSpan, column, horizontalAlignment, margin, property, row, rowSpan, verticalAlignment -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiTextElement(String property, int row, int column) -
Method Summary
Modifier and TypeMethodDescriptionfloatbooleansetBackgroundColor(String backgroundColor) setColSpan(int colSpan) setFontStyle(UiFontStyle fontStyle) setHorizontalAlignment(UiHorizontalElementAlignment horizontalAlignment) setLineHeight(float lineHeight) setPadding(UiSpacing padding) setRowSpan(int rowSpan) setTextAlignment(UiTextAlignment textAlignment) setVerticalAlignment(UiVerticalElementAlignment verticalAlignment) setWrapLines(boolean wrapLines) toString()Methods inherited from class org.teamapps.dto.AbstractUiTemplateElement
getBackgroundColor, getColSpan, getColumn, getHorizontalAlignment, getMargin, getProperty, getRow, getRowSpan, getVerticalAlignment
-
Field Details
-
fontStyle
-
lineHeight
protected float lineHeight -
wrapLines
protected boolean wrapLines -
padding
-
textAlignment
-
-
Constructor Details
-
UiTextElement
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiTextElement
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
- Overrides:
toStringin classAbstractUiTemplateElement
-
getFontStyle
-
getLineHeight
public float getLineHeight() -
getWrapLines
public boolean getWrapLines() -
getPadding
-
getTextAlignment
-
setRowSpan
- Overrides:
setRowSpanin classAbstractUiTemplateElement
-
setColSpan
- Overrides:
setColSpanin classAbstractUiTemplateElement
-
setHorizontalAlignment
- Overrides:
setHorizontalAlignmentin classAbstractUiTemplateElement
-
setVerticalAlignment
- Overrides:
setVerticalAlignmentin classAbstractUiTemplateElement
-
setMargin
- Overrides:
setMarginin classAbstractUiTemplateElement
-
setBackgroundColor
- Overrides:
setBackgroundColorin classAbstractUiTemplateElement
-
setFontStyle
-
setLineHeight
-
setWrapLines
-
setPadding
-
setTextAlignment
-