Uses of Class
org.patternfly.component.form.FormGroupRole
-
Packages that use FormGroupRole Package Description org.patternfly.component.form -
-
Uses of FormGroupRole in org.patternfly.component.form
Methods in org.patternfly.component.form that return FormGroupRole Modifier and Type Method Description static FormGroupRoleFormGroupRole. valueOf(String name)Returns the enum constant of this type with the specified name.static FormGroupRole[]FormGroupRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.patternfly.component.form with parameters of type FormGroupRole Modifier and Type Method Description FormGroupFormGroup. role(FormGroupRole role)Sets the role of the form group.
-