Class NotificationPopupsManagerView
- java.lang.Object
-
- org.uberfire.client.views.pfly.notifications.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 Summary
Constructors Constructor Description NotificationPopupsManagerView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhide(org.uberfire.client.workbench.widgets.notifications.NotificationManager.NotificationPopupHandle handle)voidhideAll()booleanisShowing(org.uberfire.workbench.events.NotificationEvent event)voidsetContainer(com.google.gwt.user.client.ui.IsWidget container)voidsetInitialSpacing(int spacing)org.uberfire.client.workbench.widgets.notifications.NotificationManager.NotificationPopupHandleshow(org.uberfire.workbench.events.NotificationEvent event, com.google.gwt.user.client.Command hideCommand)
-
-
-
Method Detail
-
setContainer
public void setContainer(com.google.gwt.user.client.ui.IsWidget container)
- Specified by:
setContainerin interfaceorg.uberfire.client.workbench.widgets.notifications.NotificationManager.View
-
setInitialSpacing
public void setInitialSpacing(int spacing)
- Specified by:
setInitialSpacingin interfaceorg.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:
showin interfaceorg.uberfire.client.workbench.widgets.notifications.NotificationManager.View
-
hide
public void hide(org.uberfire.client.workbench.widgets.notifications.NotificationManager.NotificationPopupHandle handle)
- Specified by:
hidein interfaceorg.uberfire.client.workbench.widgets.notifications.NotificationManager.View
-
hideAll
public void hideAll()
- Specified by:
hideAllin interfaceorg.uberfire.client.workbench.widgets.notifications.NotificationManager.View
-
isShowing
public boolean isShowing(org.uberfire.workbench.events.NotificationEvent event)
- Specified by:
isShowingin interfaceorg.uberfire.client.workbench.widgets.notifications.NotificationManager.View
-
-