Uses of Enum Class
org.patternfly.component.form.FormGroupRole
Packages that use FormGroupRole
-
Uses of FormGroupRole in org.patternfly.component.form
Methods in org.patternfly.component.form that return FormGroupRoleModifier and TypeMethodDescriptionstatic FormGroupRole
Returns the enum constant of this class with the specified name.static FormGroupRole[]
FormGroupRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.patternfly.component.form with parameters of type FormGroupRoleModifier and TypeMethodDescriptionFormGroup.role
(FormGroupRole role) Sets the role of the form group.