Bekannte direkte Unterklassen:
BadgeElement

public class TextElement extends AbstractTemplateElement<TextElement>
  • Felddetails

    • fontStyle

      protected FontStyle fontStyle
    • lineHeight

      protected float lineHeight
    • wrapLines

      protected boolean wrapLines
    • padding

      protected Spacing padding
    • textAlignment

      protected TextAlignment textAlignment
  • Konstruktordetails

    • TextElement

      public TextElement(String propertyName)
    • TextElement

      public TextElement(String propertyName, int row, int column)
    • TextElement

      public TextElement(String propertyName, int row, int column, int rowSpan, int colSpan)
    • 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:
      createUiTemplateElement in Klasse AbstractTemplateElement<TextElement>
    • mapTextElementAttributesToUiElement

      protected void mapTextElementAttributesToUiElement(org.teamapps.dto.UiTextElement uiTextElement)
    • getProperty

      public String getProperty()
    • setFontStyle

      public TextElement setFontStyle(FontStyle fontStyle)
    • setFontStyle

      public TextElement setFontStyle(float relativeFontSize)
    • setFontStyle

      public TextElement setFontStyle(float relativeFontSize, org.teamapps.common.format.Color fontColor)
    • setLineHeight

      public TextElement setLineHeight(float lineHeight)
    • setWrapLines

      public TextElement setWrapLines(boolean wrapLines)
    • setPadding

      public TextElement setPadding(Spacing padding)
    • getFontStyle

      public FontStyle getFontStyle()
    • getLineHeight

      public float getLineHeight()
    • isWrapLines

      public boolean isWrapLines()
    • getPadding

      public Spacing getPadding()
    • getTextAlignment

      public TextAlignment getTextAlignment()
    • setTextAlignment

      public TextElement setTextAlignment(TextAlignment textAlignment)