Uses of Class
org.patternfly.component.alert.Alert
-
Packages that use Alert Package Description org.patternfly.component.alert org.patternfly.component.form -
-
Uses of Alert in org.patternfly.component.alert
Methods in org.patternfly.component.alert that return Alert Modifier and Type Method Description AlertAlert. add(AlertDescription description)AlertAlert. addActionGroup(AlertActionGroup actionGroup)AlertAlert. addDescription(String description)Wraps the description inside a<p/>element, adds it to aAlertDescriptionand finally adds it to this alert.AlertAlert. addDescription(AlertDescription description)static AlertAlert. alert(Severity type, String title)AlertAlert. ariaCloseLabel(String label)AlertAlert. ariaLabel(String label)AlertAlert. closable()AlertAlert. closable(CloseHandler<Alert> closeHandler)AlertAlert. expandable()AlertAlert. expandable(ToggleHandler<Alert> toggleHandler)AlertAlert. icon(Element icon)AlertAlert. liveRegion()Make this alert a live region alert.AlertAlert. onClose(CloseHandler<Alert> closeHandler)AlertAlert. removeIcon()AlertAlert. that()AlertAlert. timeout()AlertAlert. timeout(int timeout)AlertAlert. truncate()AlertAlert. truncate(int lines)Methods in org.patternfly.component.alert with parameters of type Alert Modifier and Type Method Description AlertGroupAlertGroup. add(Alert alert)AlertGroupAlertGroup. addAlert(Alert alert)Method parameters in org.patternfly.component.alert with type arguments of type Alert Modifier and Type Method Description AlertActionGroupAlertActionGroup. addAction(String action, ComponentHandler<Alert> handler)AlertActionGroupAlertActionGroup. addAction(Button action, ComponentHandler<Alert> handler)<T> AlertGroupAlertGroup. addAlerts(Iterable<T> items, Function<T,Alert> display)AlertAlert. closable(CloseHandler<Alert> closeHandler)AlertAlert. expandable(ToggleHandler<Alert> toggleHandler)AlertAlert. onClose(CloseHandler<Alert> closeHandler) -
Uses of Alert in org.patternfly.component.form
Methods in org.patternfly.component.form with parameters of type Alert Modifier and Type Method Description FormAlertFormAlert. addAlert(Alert alert)
-