Uses of Class
org.vaadin.firitin.components.notification.VNotification
-
Packages that use VNotification Package Description org.vaadin.firitin.components.notification -
-
Uses of VNotification in org.vaadin.firitin.components.notification
Methods in org.vaadin.firitin.components.notification that return VNotification Modifier and Type Method Description static VNotificationVNotification. show(String text)static 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)VNotificationVNotification. withDuration(int duration)VNotificationVNotification. withOpen()VNotificationVNotification. withOpenedChangeListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.notification.GeneratedVaadinNotification.OpenedChangeEvent<com.vaadin.flow.component.notification.Notification>> listener)VNotificationVNotification. withPosition(com.vaadin.flow.component.notification.Notification.Position position)VNotificationVNotification. withText(String text)VNotificationVNotification. withThemeVariants(com.vaadin.flow.component.notification.NotificationVariant... variants)
-