Class UiFormSection

  • All Implemented Interfaces:
    UiObject

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

      • id

        protected java.lang.String id
      • rows

        protected java.util.List<UiGridRow> rows
      • backgroundColor

        protected java.lang.String backgroundColor
      • collapsible

        protected boolean collapsible
      • collapsed

        protected boolean collapsed
      • visible

        protected boolean visible
      • headerTemplate

        protected UiTemplate headerTemplate
      • headerData

        protected java.lang.Object headerData
      • drawHeaderLine

        protected boolean drawHeaderLine
      • gridGap

        protected int gridGap
      • fillRemainingHeight

        protected boolean fillRemainingHeight
      • hideWhenNoVisibleFields

        protected boolean hideWhenNoVisibleFields
    • Constructor Detail

      • UiFormSection

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

      • toString

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

        public java.lang.String getId()
      • getColumns

        public java.util.List<UiGridColumn> getColumns()
      • getRows

        public java.util.List<UiGridRow> getRows()
      • getBorder

        public UiBorder getBorder()
      • getShadow

        public UiShadow getShadow()
      • getBackgroundColor

        public java.lang.String getBackgroundColor()
      • getCollapsible

        public boolean getCollapsible()
      • getCollapsed

        public boolean getCollapsed()
      • getVisible

        public boolean getVisible()
      • getHeaderTemplate

        public UiTemplate getHeaderTemplate()
      • getHeaderData

        public java.lang.Object getHeaderData()
      • getDrawHeaderLine

        public boolean getDrawHeaderLine()
      • getGridGap

        public int getGridGap()
      • getFillRemainingHeight

        public boolean getFillRemainingHeight()
      • getHideWhenNoVisibleFields

        public boolean getHideWhenNoVisibleFields()
      • setBackgroundColor

        public UiFormSection setBackgroundColor​(java.lang.String backgroundColor)
      • setCollapsible

        public UiFormSection setCollapsible​(boolean collapsible)
      • setCollapsed

        public UiFormSection setCollapsed​(boolean collapsed)
      • setVisible

        public UiFormSection setVisible​(boolean visible)
      • setHeaderData

        public UiFormSection setHeaderData​(java.lang.Object headerData)
      • setDrawHeaderLine

        public UiFormSection setDrawHeaderLine​(boolean drawHeaderLine)
      • setFillRemainingHeight

        public UiFormSection setFillRemainingHeight​(boolean fillRemainingHeight)
      • setHideWhenNoVisibleFields

        public UiFormSection setHideWhenNoVisibleFields​(boolean hideWhenNoVisibleFields)