Uses of Class
org.patternfly.component.alert.Alert
-
Uses of Alert in org.patternfly.component.alert
Modifier and TypeMethodDescriptionAlert.add
(AlertDescription description) Alert.addActionGroup
(AlertActionGroup actionGroup) Alert.addDescription
(String description) Wraps the description inside a<p/>
element, adds it to aAlertDescription
and finally adds it to this alert.Alert.addDescription
(AlertDescription description) static Alert
static Alert
Alert.ariaCloseLabel
(String label) Alert.closable()
Alert.closable
(CloseHandler<Alert> closeHandler) Alert.expandable()
Alert.expandable
(ToggleHandler<Alert> toggleHandler) Alert.liveRegion()
Make this alert a live region alert.Alert.onClose
(CloseHandler<Alert> closeHandler) Alert.removeIcon()
<T> Alert
Alert.that()
Alert.timeout()
Alert.timeout
(int timeout) Alert.truncate()
Alert.truncate
(int lines) Modifier and TypeMethodDescriptionAlertActionGroup.addAction
(String action, ComponentHandler<Alert> handler) AlertActionGroup.addAction
(Button action, ComponentHandler<Alert> handler) Alert.closable
(CloseHandler<Alert> closeHandler) Alert.expandable
(ToggleHandler<Alert> toggleHandler) Alert.onClose
(CloseHandler<Alert> closeHandler) -
Uses of Alert in org.patternfly.component.form