@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.View
public void setInitialSpacing(int spacing)
setInitialSpacing
in interface NotificationManager.View
public NotificationManager.NotificationPopupHandle show(NotificationEvent event, com.google.gwt.user.client.Command hideCommand)
show
in interface NotificationManager.View
public void hide(NotificationManager.NotificationPopupHandle handle)
hide
in interface NotificationManager.View
public void hideAll()
hideAll
in interface NotificationManager.View
public boolean isShowing(NotificationEvent event)
isShowing
in interface NotificationManager.View
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.