Uses of Class
com.vaadin.flow.component.notification.Notification
Packages that use Notification
-
Uses of Notification in com.vaadin.flow.component.notification
Classes in com.vaadin.flow.component.notification with type parameters of type NotificationModifier and TypeClassDescriptionclass
NotificationTester<T extends Notification>
Tester for Notification components.Methods in com.vaadin.flow.component.notification that return NotificationModifier and TypeMethodDescriptionstatic Notification
Shows a notification in the current page with given text.static Notification
Notification.show
(String text, int duration, Notification.Position position) Shows a notification in the current page with given text, duration and position.static Notification
Notification.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 -
Uses of Notification in com.vaadin.testbench.unit
Methods in com.vaadin.testbench.unit that return types with arguments of type NotificationModifier and TypeMethodDescriptiondefault NotificationTester<Notification>
TesterWrappers.test
(Notification notification) Methods in com.vaadin.testbench.unit with parameters of type NotificationModifier and TypeMethodDescriptiondefault NotificationTester<Notification>
TesterWrappers.test
(Notification notification)