Package | Description |
---|---|
com.vaadin.flow.component.notification |
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 |
---|---|
Registration |
Notification.addOpenedChangeListener(ComponentEventListener<GeneratedVaadinNotification.OpenedChangeEvent<Notification>> listener) |
Copyright © 2025. All rights reserved.