Class OpenedNotifications

java.lang.Object
io.jmix.flowui.testassist.notification.OpenedNotifications

@Component("flowui_OpenedNotifications") public class OpenedNotifications extends Object
Bean contains opened Notifications in order of opening.

Example of the storage order of notifications:

  • first opened notification has index 0
  • seconds opened notification has index 1
  • last opened notification has index openedNotifications.size() - 1
  • Field Details

    • openedNotifications

      protected static Map<com.vaadin.flow.component.notification.Notification,NotificationInfo> openedNotifications
  • Constructor Details

    • OpenedNotifications

      public OpenedNotifications()
  • Method Details