@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.View
public void setInitialSpacing(int spacing)
setInitialSpacing
in interface NotificationManager.View
public NotificationManager.NotificationPopupHandle show(org.uberfire.workbench.events.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(org.uberfire.workbench.events.NotificationEvent event)
isShowing
in interface NotificationManager.View
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.