Class UiCompositeSubField

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

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

    • propertyName

      protected 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 String visibilityPropertyName
  • Constructor Details

    • UiCompositeSubField

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

      public UiCompositeSubField(String propertyName, int row, int col, UiClientObjectReference field)
  • Method Details