- setDuration(double) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Description copied from corresponding location in WebComponent:
- setDuration(int) - Method in class com.vaadin.flow.component.notification.Notification
-
Description copied from corresponding location in WebComponent:
- setOpened(boolean) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Description copied from corresponding location in WebComponent:
- setOpened(boolean) - Method in class com.vaadin.flow.component.notification.Notification
-
Opens or closes the notification.
- setPosition(String) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Description copied from corresponding location in WebComponent:
- setPosition(Notification.Position) - Method in class com.vaadin.flow.component.notification.Notification
-
Set position of the notification.
- setText(String) - Method in class com.vaadin.flow.component.notification.Notification
-
Set the text of the notification with given String
- show(String, int, Notification.Position) - Static method in class com.vaadin.flow.component.notification.Notification
-
Shows a notification in the current page with given text, duration and
position.
- show(String) - Static method in class com.vaadin.flow.component.notification.Notification
-
Shows a notification in the current page with given text.