Class 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 Detail

      • propertyName

        protected java.lang.String propertyName
      • row

        protected int row
      • col

        protected int col
      • rowSpan

        protected int rowSpan
      • colSpan

        protected int colSpan
      • tabIndex

        protected int tabIndex
      • visibilityPropertyName

        protected java.lang.String visibilityPropertyName
    • Constructor Detail

      • 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 Detail

      • 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()
      • getRowSpan

        public int getRowSpan()
      • getColSpan

        public int getColSpan()
      • getTabIndex

        public int getTabIndex()
      • getVisibilityPropertyName

        public java.lang.String getVisibilityPropertyName()
      • setVisibilityPropertyName

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