Uses of Enum Class
org.patternfly.component.alert.AlertGroupType
Packages that use AlertGroupType
Package
Description
Provides the PatternFly alert component for displaying notification messages to users.
-
Uses of AlertGroupType in org.patternfly.component.alert
Subclasses with type arguments of type AlertGroupType in org.patternfly.component.alertModifier and TypeClassDescriptionenumDefines the display type of anAlertGroup: static inline, toast overlay, or dynamic.Methods 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.