Package | Description |
---|---|
org.jboss.dashboard.ui | |
org.jboss.dashboard.ui.components |
Modifier and Type | Field and Description |
---|---|
protected Dashboard |
DashboardFilter.dashboard
The dashboard.
|
protected Dashboard |
Dashboard.parent
Parent dashboard for Drill-down.
|
Modifier and Type | Method and Description |
---|---|
protected Dashboard |
Dashboard.drillUp() |
Dashboard |
DashboardFilter.getDashboard() |
Dashboard |
Dashboard.getParent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
Dashboard.drillDown(Dashboard parent,
String parentPropertyId) |
void |
DashboardListener.drillDownPerformed(Dashboard parent,
Dashboard child) |
void |
DashboardListener.drillUpPerformed(Dashboard parent,
Dashboard child) |
boolean |
Dashboard.isDrillDownAllowed(Dashboard fromParent)
Check if drill down from the specified page to this one is allowed.
|
void |
DashboardFilter.setDashboard(Dashboard dashboard) |
Modifier and Type | Field and Description |
---|---|
protected Dashboard |
DashboardHandler.currentDashboard
Currently accessed dashboard.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Long,Dashboard> |
DashboardHandler.dashboards
Dashboards displayed by the user.
|
Modifier and Type | Method and Description |
---|---|
Dashboard |
DashboardHandler.getCurrentDashboard()
Get the dashboard for the current page.
|
Dashboard |
DashboardFilterHandler.getDashboard() |
Dashboard |
DashboardHandler.getDashboard(Section section)
Get the dashboard for the specified page.
|
Dashboard |
DashboardFilterProperty.getDrillDownDashboard() |
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.