Uses of Class
org.patternfly.component.ValidationStatus
-
Packages that use ValidationStatus Package Description org.patternfly.component org.patternfly.component.form org.patternfly.component.help -
-
Uses of ValidationStatus in org.patternfly.component
Methods in org.patternfly.component that return ValidationStatus Modifier and Type Method Description static ValidationStatusValidationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationStatus[]ValidationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ValidationStatus in org.patternfly.component.form
Methods in org.patternfly.component.form with parameters of type ValidationStatus Modifier and Type Method Description BFormControl. validated(ValidationStatus status) -
Uses of ValidationStatus in org.patternfly.component.help
Methods in org.patternfly.component.help with parameters of type ValidationStatus Modifier and Type Method Description static HelperTextHelperText. helperText(String text, ValidationStatus status)Shortcut for a helper text with one itemhelperText().addItem(helperTextItem(text, status))static HelperTextItemHelperTextItem. helperTextItem(String text, ValidationStatus status)static <E extends HTMLElement>
HelperTextItemHelperTextItem. helperTextItem(HTMLContainerBuilder<E> builder, String text, ValidationStatus status)HelperTextItemHelperTextItem. status(ValidationStatus status)HelperTextItemHelperTextItem. status(ValidationStatus status, Element icon)HelperTextItemHelperTextItem. status(ValidationStatus status, PredefinedIcon icon)
-