Uses of Enum Class
org.patternfly.component.alert.AlertGroupType
-
Uses of AlertGroupType in org.patternfly.component.alert
Modifier and TypeMethodDescriptionstatic AlertGroupType
Returns the enum constant of this class with the specified name.static AlertGroupType[]
AlertGroupType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic AlertGroup
AlertGroup.alertGroup
(AlertGroupType type) Creates a new alert group of the given type without timeout.static AlertGroup
AlertGroup.alertGroup
(AlertGroupType type, int timeout) Creates a new alert group of the given type and timeout.