Klasse TextElement
java.lang.Object
org.teamapps.ux.component.template.gridtemplate.AbstractTemplateElement<TextElement>
org.teamapps.ux.component.template.gridtemplate.TextElement
- Bekannte direkte Unterklassen:
BadgeElement
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected FontStyleprotected floatprotected Spacingprotected TextAlignmentprotected booleanVon Klasse geerbte Felder org.teamapps.ux.component.template.gridtemplate.AbstractTemplateElement
backgroundColor, colSpan, column, horizontalAlignment, margin, propertyName, row, rowSpan, verticalAlignment -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTextElement(String propertyName) TextElement(String propertyName, int row, int column) TextElement(String propertyName, int row, int column, int rowSpan, int colSpan) TextElement(String propertyName, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.teamapps.dto.AbstractUiTemplateElementfloatbooleanprotected voidmapTextElementAttributesToUiElement(org.teamapps.dto.UiTextElement uiTextElement) setFontStyle(float relativeFontSize) setFontStyle(float relativeFontSize, org.teamapps.common.format.Color fontColor) setFontStyle(FontStyle fontStyle) setLineHeight(float lineHeight) setPadding(Spacing padding) setTextAlignment(TextAlignment textAlignment) setWrapLines(boolean wrapLines) Von Klasse geerbte Methoden org.teamapps.ux.component.template.gridtemplate.AbstractTemplateElement
getBackgroundColor, getColSpan, getColumn, getHorizontalAlignment, getMargin, getPropertyNames, getRow, getRowSpan, getVerticalAlignment, mapAbstractTemplateElementAttributesToUiElement, setBackgroundColor, setColSpan, setColumn, setHorizontalAlignment, setMargin, setPropertyName, setRow, setRowSpan, setVerticalAlignment
-
Felddetails
-
fontStyle
-
lineHeight
protected float lineHeight -
wrapLines
protected boolean wrapLines -
padding
-
textAlignment
-
-
Konstruktordetails
-
TextElement
-
TextElement
-
TextElement
-
TextElement
public TextElement(String propertyName, int row, int column, int rowSpan, int colSpan, HorizontalElementAlignment horizontalAlignment, VerticalElementAlignment verticalAlignment)
-
-
Methodendetails
-
createUiTemplateElement
public org.teamapps.dto.AbstractUiTemplateElement createUiTemplateElement()- Angegeben von:
createUiTemplateElementin KlasseAbstractTemplateElement<TextElement>
-
mapTextElementAttributesToUiElement
protected void mapTextElementAttributesToUiElement(org.teamapps.dto.UiTextElement uiTextElement) -
getProperty
-
setFontStyle
-
setFontStyle
-
setFontStyle
-
setLineHeight
-
setWrapLines
-
setPadding
-
getFontStyle
-
getLineHeight
public float getLineHeight() -
isWrapLines
public boolean isWrapLines() -
getPadding
-
getTextAlignment
-
setTextAlignment
-