Class Alert

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.notification.Notification
com.storedobject.vaadin.Alert
All Implemented Interfaces:
ClickNotifier, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.ClickNotifier<com.vaadin.flow.component.Component>, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasText, com.vaadin.flow.component.HasTheme, com.vaadin.flow.component.shared.HasThemeVariant<com.vaadin.flow.component.notification.NotificationVariant>, Serializable
Direct Known Subclasses:
Alert

public class Alert extends com.vaadin.flow.component.notification.Notification implements com.vaadin.flow.component.HasText, ClickNotifier
Slightly enhanced version of Vaadin's Notification. Supports HTML text and the notification is "clickable" (an associated action can be defined).
Author:
Syam
See Also: