Uses of Class
org.patternfly.component.form.Form
Packages that use Form
Package
Description
Provides form components for building structured data entry interfaces.
-
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 TypeMethodDescriptionWraps the alert in a newFormAlertand inserts it at the top of the form.Adds aFormAlertand inserts it at the top of the form.Form.addActionGroup(FormActionGroup actionGroup) Adds aFormActionGroupto the form.Same asForm.add(Alert).Same asForm.add(FormAlert)Form.addFieldGroup(FormFieldGroup fieldGroup) Adds aFormFieldGroupto the form.Same asForm.add(FormGroup)Same asForm.add(FormGroup)<T> FormAdds multiple form groups created by the given display function.Form.addSection(FormSection section) Adds aFormSectionto the form.static FormForm.form()Creates a new form component with browser validation disabled.Form.limitWidth()Limits the form width to a maximum width.Form.onAdd(AddItemHandler<Form, FormGroup> onAdd) Form.onRemove(RemoveItemHandler<Form, FormGroup> onRemove) Form.onUpdate(UpdateItemHandler<Form, FormGroup> onUpdate) Form.that()Method parameters in org.patternfly.component.form with type arguments of type FormModifier and TypeMethodDescriptionForm.onAdd(AddItemHandler<Form, FormGroup> onAdd) Form.onRemove(RemoveItemHandler<Form, FormGroup> onRemove) Form.onUpdate(UpdateItemHandler<Form, FormGroup> onUpdate)