Uses of Class
org.patternfly.component.alert.AlertGroup
-
Packages that use AlertGroup Package Description org.patternfly.component.alert -
-
Uses of AlertGroup in org.patternfly.component.alert
Methods in org.patternfly.component.alert that return AlertGroup Modifier and Type Method Description AlertGroupAlertGroup. add(Alert alert)AlertGroupAlertGroup. addAlert(Alert alert)<T> AlertGroupAlertGroup. addAlerts(Iterable<T> items, Function<T,Alert> display)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.AlertGroupAlert. mainComponent()If this alert is not part of anAlertGroup, this method will returnnull!AlertGroupAlertGroup. that()Methods in org.patternfly.component.alert with parameters of type AlertGroup Modifier and Type Method Description voidAlert. passComponent(AlertGroup alertGroup)
-