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. addAction(Button action)Wraps the action inside aAlertActionGroupand adds it to this alert.AlertAlert. addActionGroup(AlertActionGroup actionGroup)AlertAlert. addDescription(String description)Wraps the description inside a<p> <p> <p> <p/>element, adds it to aAlertDescriptionand finally adds it to this alert.AlertAlert. addDescription(AlertDescription description)AlertAlert. ariaCloseLabel(String label)AlertAlert. ariaLabel(String label)AlertAlert. closable()AlertAlert. closable(Callback callback)static AlertAlert. custom(String title)static AlertAlert. danger(String title)static AlertAlert. info(String title)AlertAlert. onClose(Callback callback)static AlertAlert. success(String title)AlertAlert. that()AlertAlert. truncate()AlertAlert. truncate(int lines)static AlertAlert. warning(String title)Methods in org.patternfly.component.alert with parameters of type Alert Modifier and Type Method Description AlertGroupAlertGroup. add(Alert alert)
-