Uses of Class
com.creamtec.ajaxswing.core.ActionData

Packages that use ActionData
com.creamtec.ajaxswing.core   
com.creamtec.ajaxswing.examples   
com.creamtec.ajaxswing.v4   
com.creamtec.ajaxswing.v4.render   
 

Uses of ActionData in com.creamtec.ajaxswing.core
 

Methods in com.creamtec.ajaxswing.core with parameters of type ActionData
 void AbstractAgentRequestFilter.postEmulateAction(ClientAgent agent, ActionData data)
           
 void AgentRequestFilter.postEmulateAction(ClientAgent agent, ActionData data)
          Called after the action emulation is complete.
 void AjaxSwingAgentRequestFilter.postEmulateAction(ClientAgent agent, ActionData data)
           
 boolean AbstractAgentRequestFilter.preEmulateAction(ClientAgent agent, ActionData data)
           
 boolean AgentRequestFilter.preEmulateAction(ClientAgent agent, ActionData data)
          Called after the controls have been updated with the data but before the action is emulated.
 boolean AjaxSwingAgentRequestFilter.preEmulateAction(ClientAgent agent, ActionData data)
           
 

Uses of ActionData in com.creamtec.ajaxswing.examples
 

Methods in com.creamtec.ajaxswing.examples with parameters of type ActionData
 void AgentRequestFilterExample.postEmulateAction(ClientAgent agent, ActionData data)
          Called after the action emulation is complete.
 boolean AgentRequestFilterExample.preEmulateAction(ClientAgent agent, ActionData data)
          Called after the controls have been updated with the data but before the action is emulated.
 

Uses of ActionData in com.creamtec.ajaxswing.v4
 

Methods in com.creamtec.ajaxswing.v4 with parameters of type ActionData
 boolean AjaxSwingV4Updater.updateComponent(HttpRequestData data, ActionData action)
          Events that are sent with v4Submit() requests are dispatched and then emulated here.
 

Uses of ActionData in com.creamtec.ajaxswing.v4.render
 

Methods in com.creamtec.ajaxswing.v4.render with parameters of type ActionData
 boolean ComponentUpdater.updateComponent(ActionData action, HttpRequestData data)
           
 boolean DefaultComponentProcessor.updateComponent(ActionData action, HttpRequestData data)
           
 boolean DefaultJFileChooserProcessor.updateComponent(ActionData actionData, HttpRequestData data)
           
 



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