Class NotificationPopupsManagerView

  • All Implemented Interfaces:
    org.uberfire.client.workbench.widgets.notifications.NotificationManager.View

    @Dependent
    public class NotificationPopupsManagerView
    extends Object
    implements org.uberfire.client.workbench.widgets.notifications.NotificationManager.View
    • Constructor Detail

      • NotificationPopupsManagerView

        public NotificationPopupsManagerView()
    • Method Detail

      • setContainer

        public void setContainer​(com.google.gwt.user.client.ui.IsWidget container)
        Specified by:
        setContainer in interface org.uberfire.client.workbench.widgets.notifications.NotificationManager.View
      • setInitialSpacing

        public void setInitialSpacing​(int spacing)
        Specified by:
        setInitialSpacing in interface org.uberfire.client.workbench.widgets.notifications.NotificationManager.View
      • show

        public org.uberfire.client.workbench.widgets.notifications.NotificationManager.NotificationPopupHandle show​(org.uberfire.workbench.events.NotificationEvent event,
                                                                                                                    com.google.gwt.user.client.Command hideCommand)
        Specified by:
        show in interface org.uberfire.client.workbench.widgets.notifications.NotificationManager.View
      • hide

        public void hide​(org.uberfire.client.workbench.widgets.notifications.NotificationManager.NotificationPopupHandle handle)
        Specified by:
        hide in interface org.uberfire.client.workbench.widgets.notifications.NotificationManager.View
      • hideAll

        public void hideAll()
        Specified by:
        hideAll in interface org.uberfire.client.workbench.widgets.notifications.NotificationManager.View
      • isShowing

        public boolean isShowing​(org.uberfire.workbench.events.NotificationEvent event)
        Specified by:
        isShowing in interface org.uberfire.client.workbench.widgets.notifications.NotificationManager.View