Uses of Class
org.patternfly.component.alert.Alert
-
Packages that use Alert Package Description org.patternfly.component.alert -
-
Uses of Alert in org.patternfly.component.alert
Methods in org.patternfly.component.alert that return Alert Modifier and Type Method Description AlertAlert. add(AlertActionGroup actionGroup)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(AlertType type, String title)AlertAlert. ariaCloseLabel(String label)AlertAlert. ariaLabel(String label)AlertAlert. closable()AlertAlert. closable(CloseHandler<Alert> closeHandler)AlertAlert. customIcon(String iconClass)AlertAlert. customIcon(InlineIcon icon)AlertAlert. customIcon(PredefinedIcon icon)AlertAlert. expandable()AlertAlert. expandable(ToggleHandler<Alert> toggleHandler)AlertAlert. liveRegion()Make this alert a live region alert.AlertAlertActionGroup. mainComponent()AlertAlert. onClose(CloseHandler<Alert> closeHandler)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)voidAlertActionGroup. passComponent(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)
-