Package org.adempiere.webui.dashboard
Interface IDashboardPanel
- All Superinterfaces:
IServerPushCallback
- All Known Implementing Classes:
DashboardPanel
,DPActivities
,DPCalendar
,DPDocumentStatus
,DPFavourites
,DPGoogleCalendar
,DPMenuTree
,DPPerformance
,DPRecentItems
,DPRunningJobs
,DPViews
Interface for dashboard gadget/widget
- Author:
- Elaine, hengsin
-
Method Summary
Modifier and TypeMethodDescriptionvoid
refresh
(ServerPushTemplate template) Refresh content/model of panel.Methods inherited from interface org.adempiere.webui.util.IServerPushCallback
updateUI
-
Method Details
-
refresh
Refresh content/model of panel.
To keep UI responsive, long running operation should be perform here outside of Event Listener Thread.
Update of UI components should happens in the updateUI method (on Event Listener Thread) and should be completed in a short period of time.- Parameters:
template
-
-