Class UiFormSection

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

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

    • id

      protected String id
    • columns

      protected List<UiGridColumn> columns
    • rows

      protected List<UiGridRow> rows
    • fieldPlacements

      protected List<UiFormSectionPlacement> fieldPlacements
    • margin

      protected UiSpacing margin
    • padding

      protected UiSpacing padding
    • border

      protected UiBorder border
    • shadow

      protected UiShadow shadow
    • backgroundColor

      protected String backgroundColor
    • collapsible

      protected boolean collapsible
    • collapsed

      protected boolean collapsed
    • visible

      protected boolean visible
    • headerTemplate

      protected UiTemplate headerTemplate
    • headerData

      protected Object headerData
    • drawHeaderLine

      protected boolean drawHeaderLine
    • gridGap

      protected int gridGap
    • fillRemainingHeight

      protected boolean fillRemainingHeight
    • hideWhenNoVisibleFields

      protected boolean hideWhenNoVisibleFields
  • Constructor Details

  • Method Details

    • getUiObjectType

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

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

      public String getId()
    • getColumns

      public List<UiGridColumn> getColumns()
    • getRows

      public List<UiGridRow> getRows()
    • getFieldPlacements

      public List<UiFormSectionPlacement> getFieldPlacements()
    • getMargin

      public UiSpacing getMargin()
    • getPadding

      public UiSpacing getPadding()
    • getBorder

      public UiBorder getBorder()
    • getShadow

      public UiShadow getShadow()
    • getBackgroundColor

      public String getBackgroundColor()
    • getCollapsible

      public boolean getCollapsible()
    • getCollapsed

      public boolean getCollapsed()
    • getVisible

      public boolean getVisible()
    • getHeaderTemplate

      public UiTemplate getHeaderTemplate()
    • getHeaderData

      public 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(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(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)