Class UiFormSection

java.lang.Object
org.teamapps.dto.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 Details

    • id

      protected java.lang.String id
    • columns

      protected java.util.List<UiGridColumn> columns
    • rows

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

      protected java.util.List<UiFormSectionPlacement> fieldPlacements
    • margin

      protected UiSpacing margin
    • padding

      protected UiSpacing padding
    • border

      protected UiBorder border
    • shadow

      protected UiShadow shadow
    • 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 Details

    • UiFormSection

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

      public UiFormSection​(java.lang.String id, java.util.List<UiGridColumn> columns, java.util.List<UiGridRow> rows, java.util.List<UiFormSectionPlacement> fieldPlacements)
  • 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
    • getId

      public java.lang.String getId()
    • getColumns

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

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

      public java.util.List<UiFormSectionPlacement> getFieldPlacements()
    • getMargin

      public UiSpacing getMargin()
    • getPadding

      public UiSpacing getPadding()
    • 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()
    • setMargin

      public UiFormSection setMargin​(UiSpacing margin)
    • setPadding

      public UiFormSection setPadding​(UiSpacing padding)
    • setBorder

      public UiFormSection setBorder​(UiBorder border)
    • setShadow

      public UiFormSection setShadow​(UiShadow shadow)
    • 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)
    • setHeaderTemplate

      public UiFormSection setHeaderTemplate​(UiTemplate headerTemplate)
    • setHeaderData

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

      public UiFormSection setDrawHeaderLine​(boolean drawHeaderLine)
    • setGridGap

      public UiFormSection setGridGap​(int gridGap)
    • setFillRemainingHeight

      public UiFormSection setFillRemainingHeight​(boolean fillRemainingHeight)
    • setHideWhenNoVisibleFields

      public UiFormSection setHideWhenNoVisibleFields​(boolean hideWhenNoVisibleFields)