Uses of Class
org.patternfly.component.form.Form
Packages that use Form
-
Uses of Form in org.patternfly.component.form
Subclasses with type arguments of type Form in org.patternfly.component.formModifier and TypeClassDescriptionclassA form is a group of elements used to collect information from a user in a variety of contexts, including in a modal, in a wizard, or on a page.Classes in org.patternfly.component.form that implement interfaces with type arguments of type FormModifier and TypeClassDescriptionclassA form is a group of elements used to collect information from a user in a variety of contexts, including in a modal, in a wizard, or on a page.classA form is a group of elements used to collect information from a user in a variety of contexts, including in a modal, in a wizard, or on a page.Methods in org.patternfly.component.form that return FormModifier and TypeMethodDescriptionForm.addActionGroup(FormActionGroup actionGroup) Form.addFieldGroup(FormFieldGroup fieldGroup) <T> FormForm.addSection(FormSection section) static FormForm.form()Form.limitWidth()Form.onAdd(BiConsumer<Form, FormGroup> onAdd) Form.onRemove(BiConsumer<Form, FormGroup> onRemove) Form.that()Method parameters in org.patternfly.component.form with type arguments of type FormModifier and TypeMethodDescriptionForm.onAdd(BiConsumer<Form, FormGroup> onAdd) Form.onRemove(BiConsumer<Form, FormGroup> onRemove)