JIDE 3.5.15

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

Method Summary
 Dashboard createDashboard(String key)
           
 Dashboard getActiveDashboard()
           
 GadgetManager getGadgetManager()
          Gets the gadget manager.
 

Method Detail

getGadgetManager

GadgetManager getGadgetManager()
Gets the gadget manager.

Returns:
the gadget manager.

getActiveDashboard

Dashboard getActiveDashboard()

createDashboard

Dashboard createDashboard(String key)

JIDE 3.5.15