Uses of Class
com.vaadin.flow.component.notification.Notification
-
Uses of Notification in com.vaadin.flow.component.notification
Methods in com.vaadin.flow.component.notification that return NotificationModifier and TypeMethodDescriptionstatic NotificationShows 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.static NotificationNotification.show(String text, int duration, Notification.Position position, boolean assertive) Shows a notification in the current page with given text, duration, position and assertive state.Constructors in com.vaadin.flow.component.notification with parameters of type Notification