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
public interface IDashboardPanel extends IServerPushCallback
Interface for dashboard panel- Author:
- Elaine, hengsin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
refresh(ServerPushTemplate template)
Refresh content of panel.-
Methods inherited from interface org.adempiere.webui.util.IServerPushCallback
updateUI
-
-
-
-
Method Detail
-
refresh
void refresh(ServerPushTemplate template)
Refresh content of panel. For performance reason, keep the activate of desktop as short as possible.- Parameters:
template
-
-
-