Uses of Enum Class
org.patternfly.component.ValidationStatus
Package
Description
-
Uses of ValidationStatus in org.patternfly.component
Modifier and TypeMethodDescriptionstatic ValidationStatus
Returns the enum constant of this class with the specified name.static ValidationStatus[]
ValidationStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ValidationStatus in org.patternfly.component.form
-
Uses of ValidationStatus in org.patternfly.component.help
Modifier and TypeMethodDescriptionstatic HelperText
HelperText.helperText
(String text, ValidationStatus status) Shortcut for a helper text with one itemhelperText().addItem(helperTextItem(text, status))
static HelperTextItem
HelperTextItem.helperTextItem
(String text, ValidationStatus status) static <E extends HTMLElement>
HelperTextItemHelperTextItem.helperTextItem
(HTMLContainerBuilder<E> builder, String text, ValidationStatus status) HelperTextItem.status
(ValidationStatus status) HelperTextItem.status
(ValidationStatus status, Element icon) HelperTextItem.status
(ValidationStatus status, PredefinedIcon icon)