@ApplicationScoped public class DashboardManager extends Object
Constructor and Description |
---|
DashboardManager(org.jboss.errai.ioc.client.container.SyncBeanManager beanManager,
PlaceManager placeManager,
PerspectiveManager perspectiveManager,
PerspectiveCoordinator perspectiveCoordinator,
ActivityBeansCache activityBeansCache,
javax.enterprise.event.Event<DashboardDeletedEvent> dashboardDeletedEvent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DashboardPerspectiveActivity |
getDashboardById(String id)
Deprecated.
|
DashboardPerspectiveActivity |
getDashboardByName(String name)
Deprecated.
|
Set<DashboardPerspectiveActivity> |
getDashboards()
Deprecated.
|
void |
loadDashboards(ParameterizedCommand<Set<DashboardPerspectiveActivity>> callback)
Deprecated.
|
protected DashboardPerspectiveActivity |
registerPerspective(String id)
Deprecated.
|
void |
removeDashboard(String id)
Deprecated.
|
@Inject public DashboardManager(org.jboss.errai.ioc.client.container.SyncBeanManager beanManager, PlaceManager placeManager, PerspectiveManager perspectiveManager, PerspectiveCoordinator perspectiveCoordinator, ActivityBeansCache activityBeansCache, javax.enterprise.event.Event<DashboardDeletedEvent> dashboardDeletedEvent)
public void loadDashboards(ParameterizedCommand<Set<DashboardPerspectiveActivity>> callback)
protected DashboardPerspectiveActivity registerPerspective(String id)
public DashboardPerspectiveActivity getDashboardById(String id)
public DashboardPerspectiveActivity getDashboardByName(String name)
public void removeDashboard(String id)
public Set<DashboardPerspectiveActivity> getDashboards()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.