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)static AlertAlert. alert(AlertType type, String title)AlertAlert. ariaCloseLabel(String label)AlertAlert. ariaLabel(String label)AlertAlert. closable()AlertAlert. closable(Callback callback)AlertAlert. onClose(Callback callback)AlertAlert. that()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)
-