com.jidesoft.dashboard
Interface DashboardHolder
- All Known Implementing Classes:
- DashboardDocumentPane, DashboardTabbedPane, SingleDashboardHolder
public interface DashboardHolder
DashboardHolder
interface is used to indicate the container can hold Dashboard
.
If your DashboardHolder may contain multiple Dashboard's, please register a DashboardListener to the GadgetManager
this holder created and listen to the DASHBOARD_REMOVED event so that you could manage the active dashboard correctly.
- See Also:
Dashboard
getGadgetManager
GadgetManager getGadgetManager()
- Gets the gadget manager.
- Returns:
- the gadget manager.
getActiveDashboard
Dashboard getActiveDashboard()
createDashboard
Dashboard createDashboard(String key)