Uses of Class
org.patternfly.core.Severity
-
Packages that use Severity Package Description org.patternfly.component.alert org.patternfly.component.popover org.patternfly.core -
-
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) -
Uses of Severity in org.patternfly.core
Methods in org.patternfly.core 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.
-