Uses of Class
com.vaadin.flow.component.notification.Notification
-
Packages that use Notification Package Description com.vaadin.flow.component.notification -
-
Uses of Notification in com.vaadin.flow.component.notification
Methods in com.vaadin.flow.component.notification that return Notification Modifier and Type Method Description static NotificationNotification. show(String text)Shows a notification in the current page with given text.static NotificationNotification. show(String text, int duration, Notification.Position position)Shows a notification in the current page with given text, duration and position.Method parameters in com.vaadin.flow.component.notification with type arguments of type Notification Modifier and Type Method Description protected RegistrationGeneratedVaadinNotification. addOpenedChangeListener(ComponentEventListener<Notification.OpenedChangeEvent<Notification>> listener)Deprecated.since v23.3, generated classes will be removed in v24.RegistrationNotification. addOpenedChangeListener(ComponentEventListener<Notification.OpenedChangeEvent<Notification>> listener)
-