Class ZkReportViewer.XLSXRendererRunnable

java.lang.Object
org.adempiere.util.ContextRunnable
org.adempiere.webui.util.ZkContextRunnable
org.adempiere.webui.window.ZkReportViewer.XLSXRendererRunnable
All Implemented Interfaces:
Runnable, IServerPushCallback
Enclosing class:
ZkReportViewer

protected static class ZkReportViewer.XLSXRendererRunnable extends ZkContextRunnable implements IServerPushCallback
  • Constructor Details

    • XLSXRendererRunnable

      public XLSXRendererRunnable(ZkReportViewer viewer)
  • Method Details

    • doRun

      protected void doRun()
      Description copied from class: ContextRunnable
      override to execute code in session context
      Specified by:
      doRun in class ContextRunnable
    • updateUI

      public void updateUI()
      Description copied from interface: IServerPushCallback
      Callback method to perform UI related update. To keep UI responsive, implementation of this method must not perform potentially slow operation (to avoid holding on to the single Event Listener Thread for too long).
      Specified by:
      updateUI in interface IServerPushCallback