Uses of Class
org.patternfly.component.alert.AlertGroup
Packages that use AlertGroup
-
Uses of AlertGroup in org.patternfly.component.alert
Subclasses with type arguments of type AlertGroup in org.patternfly.component.alertModifier and TypeClassDescriptionclassAn alert group stacks and positions 2 or more alerts in a live region, either in a layer over the main content of a page or inline with the page content.Classes in org.patternfly.component.alert that implement interfaces with type arguments of type AlertGroupModifier and TypeClassDescriptionclassAn alert group stacks and positions 2 or more alerts in a live region, either in a layer over the main content of a page or inline with the page content.Methods in org.patternfly.component.alert that return AlertGroupModifier 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.AlertGroup.onAdd(AddItemHandler<AlertGroup, Alert> onAdd) AlertGroup.onRemove(RemoveItemHandler<AlertGroup, Alert> onRemove) AlertGroup.onUpdate(UpdateItemHandler<AlertGroup, Alert> onUpdate) AlertGroup.that()static AlertGroupAlertGroup.toastAlertGroup()Method parameters in org.patternfly.component.alert with type arguments of type AlertGroupModifier and TypeMethodDescriptionAlertGroup.onAdd(AddItemHandler<AlertGroup, Alert> onAdd) AlertGroup.onRemove(RemoveItemHandler<AlertGroup, Alert> onRemove) AlertGroup.onUpdate(UpdateItemHandler<AlertGroup, Alert> onUpdate)