| Modifier and Type | Method and Description |
|---|---|
static Notification |
Notification.show(String text)
Shows a notification in the current page with given text.
|
static Notification |
Notification.show(String text,
int duration,
Notification.Position position)
Shows a notification in the current page with given text, duration and
position.
|
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.shared.Registration |
Notification.addOpenedChangeListener(com.vaadin.flow.component.ComponentEventListener<GeneratedVaadinNotification.OpenedChangeEvent<Notification>> listener) |
Copyright © 2023. All rights reserved.