Uses of Enum Class
org.patternfly.component.alert.AlertGroupType
Packages that use AlertGroupType
-
Uses of AlertGroupType in org.patternfly.component.alert
Subclasses with type arguments of type AlertGroupType in org.patternfly.component.alertMethods in org.patternfly.component.alert that return AlertGroupTypeModifier and TypeMethodDescriptionstatic AlertGroupTypeReturns 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.Methods in org.patternfly.component.alert with parameters of type AlertGroupTypeModifier and TypeMethodDescriptionstatic AlertGroupAlertGroup.alertGroup(AlertGroupType type) Creates a new alert group of the given type without a timeout.static AlertGroupAlertGroup.alertGroup(AlertGroupType type, int timeout) Creates a new alert group of the given type and timeout.