Uses of Class
org.teamapps.ux.component.form.layoutpolicy.FormLayoutPolicy
| Package | Description |
|---|---|
| org.teamapps.ux.component.form | |
| org.teamapps.ux.component.form.layoutpolicy |
-
Uses of FormLayoutPolicy in org.teamapps.ux.component.form
Methods in org.teamapps.ux.component.form that return FormLayoutPolicy Modifier and Type Method Description protected FormLayoutPolicyResponsiveFormLayout. createFormLayoutPolicy()protected FormLayoutPolicyResponsiveFormLayout. createSmallScreenLayout()Methods in org.teamapps.ux.component.form that return types with arguments of type FormLayoutPolicy Modifier and Type Method Description abstract java.util.List<FormLayoutPolicy>AbstractForm. getLayoutPolicies()java.util.List<FormLayoutPolicy>GenericForm. getLayoutPolicies()java.util.List<FormLayoutPolicy>ResponsiveForm. getLayoutPolicies()Methods in org.teamapps.ux.component.form with parameters of type FormLayoutPolicy Modifier and Type Method Description voidGenericForm. addLayoutPolicy(FormLayoutPolicy layoutPolicy)Constructor parameters in org.teamapps.ux.component.form with type arguments of type FormLayoutPolicy Constructor Description GenericForm(java.util.List<FormLayoutPolicy> layoutPolicies) -
Uses of FormLayoutPolicy in org.teamapps.ux.component.form.layoutpolicy
Methods in org.teamapps.ux.component.form.layoutpolicy that return FormLayoutPolicy Modifier and Type Method Description FormLayoutPolicyFormLayoutPolicy. addSection(FormSection section)FormLayoutPolicyFormLayoutPolicy. setMinWidth(int minWidth)FormLayoutPolicyFormLayoutPolicy. setSections(java.util.List<FormSection> sections)