com.creamtec.ajaxswing.v4
Class AjaxSwingV4Updater

java.lang.Object
  extended by com.creamtec.ajaxswing.v4.AjaxSwingV4Updater

public class AjaxSwingV4Updater
extends java.lang.Object


Constructor Summary
AjaxSwingV4Updater()
           
 
Method Summary
 boolean updateComponent(HttpRequestData data, ActionData action)
          Events that are sent with v4Submit() requests are dispatched and then emulated here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxSwingV4Updater

public AjaxSwingV4Updater()
Method Detail

updateComponent

public boolean updateComponent(HttpRequestData data,
                               ActionData action)
                        throws java.lang.Exception
Events that are sent with v4Submit() requests are dispatched and then emulated here. Example of such v4Submit request from js/AjaxSwing_v4.js: v4Submit("/{actionEventType}/{componentId}/{eventX}_{eventY}); where actionEventType is action's eventType componentId is id of the element which is used as a key in com.creamtec.ajaxswing.v4 .AjaxSwingV4Handler#updatables eventX and eventY are the coordinates of fired event in browser

Throws:
java.lang.Exception


Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.