|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionData | |
|---|---|
| com.creamtec.ajaxswing.core | |
| com.creamtec.ajaxswing.examples | |
| com.creamtec.ajaxswing.gui | |
| com.creamtec.ajaxswing.gui.html | |
| 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 | |
|---|---|
boolean |
CustomControlProcessor.emulateAction(Document document,
ActionData actionData)
Called by AjaxSwing to emulate a standard or custom action |
void |
AgentRequestFilterExample.postEmulateAction(ClientAgent agent,
ActionData data)
Called after the action emulation is complete. |
void |
CustomControlProcessor.postUpdateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
|
boolean |
AgentRequestFilterExample.preEmulateAction(ClientAgent agent,
ActionData data)
Called after the controls have been updated with the data but before the action is emulated. |
boolean |
CustomControlProcessor.updateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
Called by AjaxSwing to apply the data from HTML page to the GUI component |
| Uses of ActionData in com.creamtec.ajaxswing.gui |
|---|
| Methods in com.creamtec.ajaxswing.gui with parameters of type ActionData | |
|---|---|
boolean |
WindowUpdater.actionOverridden(AbstractDocument page,
ActionData actionData)
Returns true if this action is overidden by a configuration property |
boolean |
ActionEmulator.emulateAction(Document page,
ActionData actionData)
Called by WindowProcessor to perform user action emulation |
boolean |
WindowUpdater.emulateAction(Document document,
ActionData actionData)
Emulates an action such as a button click, menu item selection or tabbed pane selection change. |
void |
ComponentUpdater.postUpdateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
Called by AjaxSwing after the component and it's subtree of children has been updated |
void |
SnapshotUpdater.postUpdateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
|
boolean |
ComponentUpdater.updateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
Called by AjaxSwing engine to set the data submitted by the browser to the component |
boolean |
SnapshotUpdater.updateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
If the action was a mouse click, emulates mouse event for the given component |
void |
WindowUpdater.updateComponentTreeData(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
Updates components of the given window with the data |
| Constructors in com.creamtec.ajaxswing.gui with parameters of type ActionData | |
|---|---|
ComponentProcessor(HttpRequestData data,
ActionData actionData,
WindowUpdater windowUpdater)
Initializes the processor |
|
| Uses of ActionData in com.creamtec.ajaxswing.gui.html |
|---|
| Methods in com.creamtec.ajaxswing.gui.html with parameters of type ActionData | |
|---|---|
boolean |
HTMLWindowUpdater.defaultEmulateAction(AbstractDocument page,
ActionData actionData)
The default emulation logic that is executed if no custom action processors claimed the responsibility for the action. |
void |
DefaultComponentUpdater.postUpdateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
|
void |
DefaultJComponentUpdater.postUpdateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
|
void |
DefaultComponentUpdater.setValue(java.awt.Component comp,
java.lang.Object value,
HttpRequestData data,
ActionData actionData)
Sets the value of the component to the given value |
void |
DefaultJComponentUpdater.setValue(java.awt.Component comp,
java.lang.Object value,
HttpRequestData data,
ActionData actionData)
Sets the value to the component |
boolean |
DefaultComponentUpdater.updateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
Checks and if needed updates the component with the value obtained from the request. |
boolean |
DefaultJComponentUpdater.updateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
Updates component with the value received in the http request |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||