Package | Description |
---|---|
com.creamtec.ajaxswing.core | |
com.creamtec.ajaxswing.examples | |
com.creamtec.ajaxswing.v4 | |
com.creamtec.ajaxswing.v4.render |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AjaxSwingV4Updater.updateComponent(HttpRequestData data,
ActionData action)
Events that are sent with v4Submit() requests are dispatched and then emulated here.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultIFrameProcessor.processCustomEvent(ActionData action) |
void |
DefaultIFrameProcessor.processLoadedEvent(ActionData action) |
boolean |
ComponentUpdater.updateComponent(ActionData action,
HttpRequestData data) |
boolean |
DefaultComponentProcessor.updateComponent(ActionData action,
HttpRequestData data) |
boolean |
DefaultIFrameProcessor.updateComponent(ActionData action,
HttpRequestData data) |
boolean |
DefaultJFileChooserProcessor.updateComponent(ActionData actionData,
HttpRequestData data) |
Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.