Uses of Class
org.vaadin.firitin.components.notification.VNotification
Packages that use VNotification
-
Uses of VNotification in org.vaadin.firitin.components.notification
Methods in org.vaadin.firitin.components.notification that return VNotificationModifier and TypeMethodDescriptionstatic VNotificationstatic VNotificationstatic VNotificationVNotification.show(String text, int duration, com.vaadin.flow.component.notification.Notification.Position position) static VNotificationVNotification.show(String text, com.vaadin.flow.component.notification.Notification.Position position) VNotification.withDuration(int duration) VNotification.withOpen()VNotification.withOpenedChangeListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.notification.Notification.OpenedChangeEvent> listener) VNotification.withPosition(com.vaadin.flow.component.notification.Notification.Position position) VNotification.withThemeVariants(com.vaadin.flow.component.notification.NotificationVariant... variants)