Uses of Class
org.patternfly.component.form.FormGroup
Packages that use FormGroup
-
Uses of FormGroup in org.patternfly.component.form
Subclasses with type arguments of type FormGroup in org.patternfly.component.formClasses 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.classclassMethods 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 TypeMethodDescriptionMethod parameters in org.patternfly.component.form with type arguments of type FormGroup