Uses of Interface
org.uberfire.client.workbench.widgets.notifications.NotificationManager.NotificationPopupHandle
-
Packages that use NotificationManager.NotificationPopupHandle Package Description org.uberfire.client.workbench.widgets.notifications -
-
Uses of NotificationManager.NotificationPopupHandle in org.uberfire.client.workbench.widgets.notifications
Methods in org.uberfire.client.workbench.widgets.notifications that return NotificationManager.NotificationPopupHandle Modifier and Type Method Description NotificationManager.NotificationPopupHandleNotificationManager.View. show(org.uberfire.workbench.events.NotificationEvent event, com.google.gwt.user.client.Command hideCommand)Displays a notification with the given severity and contents.Methods in org.uberfire.client.workbench.widgets.notifications with parameters of type NotificationManager.NotificationPopupHandle Modifier and Type Method Description voidNotificationManager.View. hide(NotificationManager.NotificationPopupHandle popup)Hides the active notification identified by the given popup handle.
-