Uses of Class
org.patternfly.component.alert.Alert
Packages that use Alert
-
Uses of Alert in org.patternfly.component.alert
Methods in org.patternfly.component.alert that return AlertModifier 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) Methods in org.patternfly.component.alert that return types with arguments of type AlertMethods in org.patternfly.component.alert with parameters of type AlertMethod parameters in org.patternfly.component.alert with type arguments of type AlertModifier 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
Methods in org.patternfly.component.form with parameters of type Alert