@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(NotificationEvent event) |
void |
setContainer(com.google.gwt.user.client.ui.IsWidget container) |
void |
setInitialSpacing(int spacing) |
NotificationManager.NotificationPopupHandle |
show(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(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(NotificationEvent event)
isShowing in interface NotificationManager.ViewCopyright © 2012–2021 JBoss by Red Hat. All rights reserved.