Uses of Class
org.teamapps.ux.component.form.layoutpolicy.FormSectionFloatingField
| Package | Description |
|---|---|
| org.teamapps.ux.component.form.layoutpolicy |
-
Uses of FormSectionFloatingField in org.teamapps.ux.component.form.layoutpolicy
Methods in org.teamapps.ux.component.form.layoutpolicy that return types with arguments of type FormSectionFloatingField Modifier and Type Method Description java.util.List<FormSectionFloatingField>FormSectionFloatingFieldsPlacement. getFloatingFields()Methods in org.teamapps.ux.component.form.layoutpolicy with parameters of type FormSectionFloatingField Modifier and Type Method Description voidFormSectionFloatingFieldsPlacement. addFloatingField(FormSectionFloatingField floatingField)Method parameters in org.teamapps.ux.component.form.layoutpolicy with type arguments of type FormSectionFloatingField Modifier and Type Method Description voidFormSectionFloatingFieldsPlacement. setFloatingFields(java.util.List<FormSectionFloatingField> floatingFields)Constructor parameters in org.teamapps.ux.component.form.layoutpolicy with type arguments of type FormSectionFloatingField Constructor Description FormSectionFloatingFieldsPlacement(int row, int column, java.util.List<FormSectionFloatingField> floatingFields)FormSectionFloatingFieldsPlacement(java.util.List<FormSectionFloatingField> floatingFields)