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 gadget/widget
Author:
Elaine, hengsin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Refresh content/model of panel.

    Methods inherited from interface org.adempiere.webui.util.IServerPushCallback

    updateUI
  • Method Details

    • refresh

      void refresh(ServerPushTemplate template)
      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 -