@Dependent public class NotificationPopupsManagerView extends Object implements NotificationManager.View
| Constructor and Description |
|---|
NotificationPopupsManagerView() |
| Modifier and Type | Method and Description |
|---|---|
void |
hide(NotificationManager.NotificationPopupHandle handle) |
void |
hideAll() |
boolean |
isShowing(org.uberfire.workbench.events.NotificationEvent event) |
void |
setContainer(com.google.gwt.user.client.ui.IsWidget container) |
void |
setInitialSpacing(int spacing) |
NotificationManager.NotificationPopupHandle |
show(org.uberfire.workbench.events.NotificationEvent event,
com.google.gwt.user.client.Command hideCommand) |
public void setContainer(com.google.gwt.user.client.ui.IsWidget container)
setContainer in interface NotificationManager.Viewpublic void setInitialSpacing(int spacing)
setInitialSpacing in interface NotificationManager.Viewpublic NotificationManager.NotificationPopupHandle show(org.uberfire.workbench.events.NotificationEvent event, com.google.gwt.user.client.Command hideCommand)
show in interface NotificationManager.Viewpublic void hide(NotificationManager.NotificationPopupHandle handle)
hide in interface NotificationManager.Viewpublic void hideAll()
hideAll in interface NotificationManager.Viewpublic boolean isShowing(org.uberfire.workbench.events.NotificationEvent event)
isShowing in interface NotificationManager.ViewCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.