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
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)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FormLayoutPolicy
public FormLayoutPolicy()
-
-
Method Details
-
getSections
-
addSection
-
getMinWidth
public int getMinWidth() -
setMinWidth
-
setSections
-
createUiLayoutPolicy
public org.teamapps.dto.UiFormLayoutPolicy createUiLayoutPolicy()
-