Package org.teamapps.dto
Klasse UiTextElement
java.lang.Object
org.teamapps.dto.AbstractUiTemplateElement
org.teamapps.dto.UiTextElement
- Alle implementierten Schnittstellen:
UiObject
- Bekannte direkte Unterklassen:
UiBadgeElement
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected UiFontStyleprotected floatprotected UiSpacingprotected UiTextAlignmentprotected booleanVon Klasse geerbte Felder org.teamapps.dto.AbstractUiTemplateElement
backgroundColor, colSpan, column, horizontalAlignment, margin, property, row, rowSpan, verticalAlignment -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.UiTextElement(String property, int row, int column) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfloatbooleansetBackgroundColor(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()Von Klasse geerbte Methoden org.teamapps.dto.AbstractUiTemplateElement
getBackgroundColor, getColSpan, getColumn, getHorizontalAlignment, getMargin, getProperty, getRow, getRowSpan, getVerticalAlignment
-
Felddetails
-
fontStyle
-
lineHeight
protected float lineHeight -
wrapLines
protected boolean wrapLines -
padding
-
textAlignment
-
-
Konstruktordetails
-
UiTextElement
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
UiTextElement
-
-
Methodendetails
-
getUiObjectType
- Angegeben von:
getUiObjectTypein SchnittstelleUiObject
-
toString
- Setzt außer Kraft:
toStringin KlasseAbstractUiTemplateElement
-
getFontStyle
-
getLineHeight
public float getLineHeight() -
getWrapLines
public boolean getWrapLines() -
getPadding
-
getTextAlignment
-
setRowSpan
- Setzt außer Kraft:
setRowSpanin KlasseAbstractUiTemplateElement
-
setColSpan
- Setzt außer Kraft:
setColSpanin KlasseAbstractUiTemplateElement
-
setHorizontalAlignment
- Setzt außer Kraft:
setHorizontalAlignmentin KlasseAbstractUiTemplateElement
-
setVerticalAlignment
- Setzt außer Kraft:
setVerticalAlignmentin KlasseAbstractUiTemplateElement
-
setMargin
- Setzt außer Kraft:
setMarginin KlasseAbstractUiTemplateElement
-
setBackgroundColor
- Setzt außer Kraft:
setBackgroundColorin KlasseAbstractUiTemplateElement
-
setFontStyle
-
setLineHeight
-
setWrapLines
-
setPadding
-
setTextAlignment
-