Class UiCompositeSubField

java.lang.Object
org.teamapps.dto.UiCompositeSubField
All Implemented Interfaces:
UiObject

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

    • propertyName

      protected java.lang.String propertyName
    • row

      protected int row
    • col

      protected int col
    • field

      protected UiClientObjectReference field
    • rowSpan

      protected int rowSpan
    • colSpan

      protected int colSpan
    • tabIndex

      protected int tabIndex
    • visibilityPropertyName

      protected java.lang.String visibilityPropertyName
  • Constructor Details

    • UiCompositeSubField

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

      public UiCompositeSubField​(java.lang.String propertyName, int row, int col, UiClientObjectReference field)
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getPropertyName

      public java.lang.String getPropertyName()
    • getRow

      public int getRow()
    • getCol

      public int getCol()
    • getField

      public UiClientObjectReference getField()
    • getRowSpan

      public int getRowSpan()
    • getColSpan

      public int getColSpan()
    • getTabIndex

      public int getTabIndex()
    • getVisibilityPropertyName

      public java.lang.String getVisibilityPropertyName()
    • setRowSpan

      public UiCompositeSubField setRowSpan​(int rowSpan)
    • setColSpan

      public UiCompositeSubField setColSpan​(int colSpan)
    • setTabIndex

      public UiCompositeSubField setTabIndex​(int tabIndex)
    • setVisibilityPropertyName

      public UiCompositeSubField setVisibilityPropertyName​(java.lang.String visibilityPropertyName)