Package org.adempiere.webui.window
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
-
Field Summary
Fields inherited from class org.adempiere.util.ContextRunnable
context
-
Constructor Summary
-
Method Summary
Methods inherited from class org.adempiere.webui.util.ZkContextRunnable
cleanup, setup
Methods inherited from class org.adempiere.util.ContextRunnable
run
-
Constructor Details
-
XLSXRendererRunnable
-
-
Method Details
-
doRun
protected void doRun()Description copied from class:ContextRunnable
override to execute code in session context- Specified by:
doRun
in classContextRunnable
-
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 interfaceIServerPushCallback
-