Uses of Class
com.vaadin.flow.component.notification.Notification
Packages that use Notification
Package
Description
-
Uses of Notification in com.vaadin.browserless
Methods in com.vaadin.browserless that return types with arguments of type NotificationModifier and TypeMethodDescriptiondefault NotificationTester<Notification> TesterWrappers.test(Notification notification) Methods in com.vaadin.browserless with parameters of type NotificationModifier and TypeMethodDescriptiondefault NotificationTester<Notification> TesterWrappers.test(Notification notification) -
Uses of Notification in com.vaadin.browserless.locator
Methods in com.vaadin.browserless.locator with parameters of type NotificationModifier and TypeMethodDescriptiondefault NotificationLocatorGeneratedLocators.use(Notification component) Returns a locator seeded with the givenNotificationinstance. -
Uses of Notification in com.vaadin.flow.component.notification
Classes in com.vaadin.flow.component.notification with type parameters of type NotificationModifier and TypeClassDescriptionclassNotificationTester<T extends Notification>Tester for Notification components.Methods in com.vaadin.flow.component.notification that return NotificationModifier and TypeMethodDescriptionNotificationLocator.getComponent()static 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 NotificationModifierConstructorDescriptionNotificationLocator(Notification component) OpenedChangeEvent(Notification source, boolean fromClient)