Uses of Class
org.patternfly.component.alert.AlertGroupType
-
Packages that use AlertGroupType Package Description org.patternfly.component.alert -
-
Uses of AlertGroupType in org.patternfly.component.alert
Methods in org.patternfly.component.alert that return AlertGroupType Modifier and Type Method Description static AlertGroupTypeAlertGroupType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertGroupType[]AlertGroupType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.patternfly.component.alert with parameters of type AlertGroupType Modifier and Type Method Description static AlertGroupAlertGroup. alertGroup(AlertGroupType type)Creates a new alert group of the given type without timeout.static AlertGroupAlertGroup. alertGroup(AlertGroupType type, int timeout)Creates a new alert group of the given type and timeout.
-