Class AbstractUiTemplateElement

java.lang.Object
org.teamapps.dto.AbstractUiTemplateElement
All Implemented Interfaces:
UiObject
Direct Known Subclasses:
UiFloatingElement, UiGlyphIconElement, UiIconElement, UiImageElement, UiTextElement

public abstract class AbstractUiTemplateElement
extends java.lang.Object
implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • dataKey

      protected java.lang.String dataKey
    • row

      protected int row
    • column

      protected int column
    • rowSpan

      protected int rowSpan
    • colSpan

      protected int colSpan
    • horizontalAlignment

      protected UiHorizontalElementAlignment horizontalAlignment
    • verticalAlignment

      protected UiVerticalElementAlignment verticalAlignment
    • margin

      protected UiSpacing margin
    • backgroundColor

      protected java.lang.String backgroundColor
  • Constructor Details

    • AbstractUiTemplateElement

      @Deprecated public AbstractUiTemplateElement()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • AbstractUiTemplateElement

      public AbstractUiTemplateElement​(java.lang.String dataKey, int row, int column)
  • Method Details