Uses of Class
com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Packages that use GeneratedVaadinNotification Package Description com.vaadin.flow.component.notification -
-
Uses of GeneratedVaadinNotification in com.vaadin.flow.component.notification
Classes in com.vaadin.flow.component.notification with type parameters of type GeneratedVaadinNotification Modifier and Type Class Description class
GeneratedVaadinNotification<R extends GeneratedVaadinNotification<R>>
Deprecated.since v23.3, generated classes will be removed in v24.static class
GeneratedVaadinNotification.OpenedChangeEvent<R extends GeneratedVaadinNotification<R>>
Deprecated.since v23.3, generated classes will be removed in v24.static class
Notification.OpenedChangeEvent<T extends GeneratedVaadinNotification<T>>
Subclasses of GeneratedVaadinNotification in com.vaadin.flow.component.notification Modifier and Type Class Description class
Notification
Notifications are used to provide feedback to the user.
-