Package org.teamapps.dto
Class UiFormLayoutPolicy
java.lang.Object
org.teamapps.dto.UiFormLayoutPolicy
- All Implemented Interfaces:
UiObject
public class UiFormLayoutPolicy 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 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
Modifier and Type Method Description intgetMinWidth()java.util.List<UiFormSection>getSections()UiObjectTypegetUiObjectType()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
minWidth
protected int minWidth -
sections
-
-
Constructor Details
-
UiFormLayoutPolicy
@Deprecated public UiFormLayoutPolicy()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiFormLayoutPolicy
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getMinWidth
public int getMinWidth() -
getSections
-