Package org.teamapps.dto
Class UiFormSection
java.lang.Object
org.teamapps.dto.UiFormSection
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected UiBorderprotected booleanprotected booleanprotected List<UiGridColumn> protected booleanprotected List<UiFormSectionPlacement> protected booleanprotected intprotected Objectprotected UiTemplateprotected booleanprotected Stringprotected UiSpacingprotected UiSpacingprotected UiShadowprotected boolean -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiFormSection(String id, List<UiGridColumn> columns, List<UiGridRow> rows, List<UiFormSectionPlacement> fieldPlacements) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanintbooleangetId()getRows()booleansetBackgroundColor(String backgroundColor) setCollapsed(boolean collapsed) setCollapsible(boolean collapsible) setDrawHeaderLine(boolean drawHeaderLine) setFillRemainingHeight(boolean fillRemainingHeight) setGridGap(int gridGap) setHeaderData(Object headerData) setHeaderTemplate(UiTemplate headerTemplate) setHideWhenNoVisibleFields(boolean hideWhenNoVisibleFields) setPadding(UiSpacing padding) setVisible(boolean visible) toString()
-
Field Details
-
id
-
columns
-
rows
-
fieldPlacements
-
margin
-
padding
-
border
-
shadow
-
backgroundColor
-
collapsible
protected boolean collapsible -
collapsed
protected boolean collapsed -
visible
protected boolean visible -
headerTemplate
-
headerData
-
drawHeaderLine
protected boolean drawHeaderLine -
gridGap
protected int gridGap -
fillRemainingHeight
protected boolean fillRemainingHeight -
hideWhenNoVisibleFields
protected boolean hideWhenNoVisibleFields
-
-
Constructor Details
-
UiFormSection
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiFormSection
public UiFormSection(String id, List<UiGridColumn> columns, List<UiGridRow> rows, List<UiFormSectionPlacement> fieldPlacements)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getId
-
getColumns
-
getRows
-
getFieldPlacements
-
getMargin
-
getPadding
-
getBorder
-
getShadow
-
getBackgroundColor
-
getCollapsible
public boolean getCollapsible() -
getCollapsed
public boolean getCollapsed() -
getVisible
public boolean getVisible() -
getHeaderTemplate
-
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
-