Class CommonServerPushCallbackOpenWindow

java.lang.Object
org.adempiere.webui.util.CommonServerPushCallbackOpenWindow
All Implemented Interfaces:
IServerPushCallback

public class CommonServerPushCallbackOpenWindow extends Object implements IServerPushCallback
  • Constructor Details

    • CommonServerPushCallbackOpenWindow

      public CommonServerPushCallbackOpenWindow()
  • Method Details

    • setParam

      public void setParam(int winID, MQuery query, boolean isNew)
    • setParam

      public void setParam(int winID, MQuery query, boolean isNew, Map<String,Object> customValues)
    • 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