Package org.teamapps.dto
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 Summary
Fields Modifier and Type Field Description protected java.lang.StringbackgroundColorprotected UiBorderborderprotected booleancollapsedprotected booleancollapsibleprotected java.util.List<UiGridColumn>columnsprotected booleandrawHeaderLineprotected java.util.List<UiFormSectionPlacement>fieldPlacementsprotected booleanfillRemainingHeightprotected intgridGapprotected java.lang.ObjectheaderDataprotected UiTemplateheaderTemplateprotected booleanhideWhenNoVisibleFieldsprotected java.lang.Stringidprotected UiSpacingmarginprotected UiSpacingpaddingprotected java.util.List<UiGridRow>rowsprotected UiShadowshadowprotected booleanvisible -
Constructor Summary
Constructors Constructor Description UiFormSection()Deprecated.Only for Jackson deserialization.UiFormSection(java.lang.String id, java.util.List<UiGridColumn> columns, java.util.List<UiGridRow> rows, java.util.List<UiFormSectionPlacement> fieldPlacements) -
Method Summary
-
Field Details
-
id
protected java.lang.String id -
columns
-
rows
-
fieldPlacements
-
margin
-
padding
-
border
-
shadow
-
backgroundColor
protected java.lang.String backgroundColor -
collapsible
protected boolean collapsible -
collapsed
protected boolean collapsed -
visible
protected boolean visible -
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
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getId
public java.lang.String getId() -
getColumns
-
getRows
-
getFieldPlacements
-
getMargin
-
getPadding
-
getBorder
-
getShadow
-
getBackgroundColor
public java.lang.String getBackgroundColor() -
getCollapsible
public boolean getCollapsible() -
getCollapsed
public boolean getCollapsed() -
getVisible
public boolean getVisible() -
getHeaderTemplate
-
getHeaderData
public java.lang.Object getHeaderData() -
getDrawHeaderLine
public boolean getDrawHeaderLine() -
getGridGap
public int getGridGap() -
getFillRemainingHeight
public boolean getFillRemainingHeight() -
getHideWhenNoVisibleFields
public boolean getHideWhenNoVisibleFields() -
setMargin
-
setPadding
-
setBorder
-
setShadow
-
setBackgroundColor
-
setCollapsible
-
setCollapsed
-
setVisible
-
setHeaderTemplate
-
setHeaderData
-
setDrawHeaderLine
-
setGridGap
-
setFillRemainingHeight
-
setHideWhenNoVisibleFields
-