Package org.teamapps.dto
Class UiFormLayoutPolicy
- java.lang.Object
-
- org.teamapps.dto.UiFormLayoutPolicy
-
-
Field Summary
Fields Modifier and Type Field Description protected intminWidthprotected java.util.List<UiFormSection>sections
-
Constructor Summary
Constructors Constructor Description UiFormLayoutPolicy()Deprecated.Only for Jackson deserialization.UiFormLayoutPolicy(int minWidth, java.util.List<UiFormSection> sections)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMinWidth()java.util.List<UiFormSection>getSections()UiObjectTypegetUiObjectType()java.lang.StringtoString()
-
-
-
Field Detail
-
minWidth
protected int minWidth
-
sections
protected java.util.List<UiFormSection> sections
-
-
Constructor Detail
-
UiFormLayoutPolicy
@Deprecated public UiFormLayoutPolicy()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
UiFormLayoutPolicy
public UiFormLayoutPolicy(int minWidth, java.util.List<UiFormSection> sections)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getMinWidth
public int getMinWidth()
-
getSections
public java.util.List<UiFormSection> getSections()
-
-