@Dependent public class Notifications extends Object implements com.google.gwt.user.client.ui.IsWidget
Modifier and Type | Class and Description |
---|---|
static interface |
Notifications.View |
Constructor and Description |
---|
Notifications(Notifications.View view,
NotificationsObserver notificationsObserver) |
Modifier and Type | Method and Description |
---|---|
void |
add(Notification notification) |
void |
addDataDisplay(com.google.gwt.view.client.HasData<Notification> display) |
com.google.gwt.user.client.ui.Widget |
asWidget() |
protected void |
buildViewColumns() |
void |
clear() |
void |
init() |
@Inject public Notifications(Notifications.View view, NotificationsObserver notificationsObserver)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
public void add(Notification notification)
public void clear()
public void addDataDisplay(com.google.gwt.view.client.HasData<Notification> display)
protected void buildViewColumns()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.