Uses of Class
com.storedobject.vaadin.Alert
Packages that use Alert
-
Uses of Alert in com.storedobject.ui
Subclasses of Alert in com.storedobject.ui -
Uses of Alert in com.storedobject.vaadin
Methods in com.storedobject.vaadin that return AlertModifier and TypeMethodDescriptionApplication.getCommonAlert()
Get theAlert
that can be used for showing common messages.Methods in com.storedobject.vaadin that return types with arguments of type AlertModifier and TypeMethodDescriptionGet alert list for a specified owner.Alert.getClickAction()
Get the click action associated with this alert.Methods in com.storedobject.vaadin with parameters of type AlertModifier and TypeMethodDescriptionstatic void
Application.clearAlert
(Alert alert) Clear an alert.static void
Application.registerAlert
(Alert alert, Object owner) Register an alert with the application.Constructor parameters in com.storedobject.vaadin with type arguments of type AlertModifierConstructorDescriptionprotected
Alert
(StyledText htmlContent, Consumer<Alert> clickAction) Constructor.protected
Alert
(StyledText htmlContent, Consumer<Alert> clickAction, com.vaadin.flow.component.notification.NotificationVariant style) Constructor.Constructor.Alert
(String caption, String htmlText, Consumer<Alert> clickAction, com.vaadin.flow.component.notification.NotificationVariant style) Constructor.Constructor.Alert
(String htmlText, Consumer<Alert> clickAction, com.vaadin.flow.component.notification.NotificationVariant style) Constructor.