Class FormLayoutPolicy
- java.lang.Object
-
- org.teamapps.ux.component.form.layoutpolicy.FormLayoutPolicy
-
public class FormLayoutPolicy extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FormLayoutPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormLayoutPolicyaddSection(FormSection section)org.teamapps.dto.UiFormLayoutPolicycreateUiLayoutPolicy()intgetMinWidth()java.util.List<FormSection>getSections()FormLayoutPolicysetMinWidth(int minWidth)FormLayoutPolicysetSections(java.util.List<FormSection> sections)
-
-
-
Method Detail
-
getSections
public java.util.List<FormSection> getSections()
-
addSection
public FormLayoutPolicy addSection(FormSection section)
-
getMinWidth
public int getMinWidth()
-
setMinWidth
public FormLayoutPolicy setMinWidth(int minWidth)
-
setSections
public FormLayoutPolicy setSections(java.util.List<FormSection> sections)
-
createUiLayoutPolicy
public org.teamapps.dto.UiFormLayoutPolicy createUiLayoutPolicy()
-
-