Uses of Class
org.patternfly.component.Severity
-
Packages that use Severity Package Description org.patternfly.component org.patternfly.component.alert org.patternfly.component.popover -
-
Uses of Severity in org.patternfly.component
Methods in org.patternfly.component that return Severity Modifier and Type Method Description static SeveritySeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static Severity[]Severity. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Severity in org.patternfly.component.alert
Methods in org.patternfly.component.alert with parameters of type Severity Modifier and Type Method Description static AlertAlert. alert(Severity type, String title) -
Uses of Severity in org.patternfly.component.popover
Methods in org.patternfly.component.popover with parameters of type Severity Modifier and Type Method Description PopoverPopover. severity(Severity severity)PopoverPopover. severity(Severity severity, String screenReaderText)
-