Uses of Class
org.patternfly.component.form.FormGroup
Packages that use FormGroup
Package
Description
Provides form components for building structured data entry interfaces.
-
Uses of FormGroup in org.patternfly.component.form
Subclasses with type arguments of type FormGroup in org.patternfly.component.formModifier and TypeClassDescriptionclassA container that groups a label, control, and helper text within aForm.Classes in org.patternfly.component.form that implement interfaces with type arguments of type FormGroupModifier 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 container that groups a label, control, and helper text within aForm.classA container that groups a label, control, and helper text within aForm.Methods in org.patternfly.component.form that return FormGroupModifier and TypeMethodDescriptionFormGroup.addControl(FormGroupControl control) FormGroup.addLabel(FormGroupLabel label) static FormGroupFormGroup.formGroup()static FormGroupFormGroup.required()FormGroup.required(boolean required) FormGroup.role(FormGroupRole role) Sets the role of the form group.<T> FormGroupFormGroup.that()Methods in org.patternfly.component.form that return types with arguments of type FormGroupMethods in org.patternfly.component.form with parameters of type FormGroupModifier and TypeMethodDescriptionSame asForm.add(FormGroup)Same asForm.add(FormGroup)voidForm.updateItem(FormGroup item) Method parameters in org.patternfly.component.form with type arguments of type FormGroupModifier and TypeMethodDescription<T> FormAdds multiple form groups created by the given display function.Form.onAdd(AddItemHandler<Form, FormGroup> onAdd) Form.onRemove(RemoveItemHandler<Form, FormGroup> onRemove) Form.onUpdate(UpdateItemHandler<Form, FormGroup> onUpdate)