Uses of Class
creamtec.webcream.core.ActionData

Packages that use ActionData
creamtec.webcream.core   
creamtec.webcream.examples   
creamtec.webcream.gui   
 

Uses of ActionData in creamtec.webcream.core
 

Methods in creamtec.webcream.core with parameters of type ActionData
 void AgentRequestFilter.postEmulateAction(ClientAgent agent, ActionData data)
          Called after the action emulation is complete.
 void WebCreamAgentRequestFilter.postEmulateAction(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 WebCreamAgentRequestFilter.preEmulateAction(ClientAgent agent, ActionData data)
           
 

Uses of ActionData in creamtec.webcream.examples
 

Methods in creamtec.webcream.examples with parameters of type ActionData
 boolean CustomControlProcessor.emulateAction(HTMLPage page, ActionData actionData)
          Called by WebCream 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 WebCream to apply the data from HTML page to the GUI component
 

Uses of ActionData in creamtec.webcream.gui
 

Methods in creamtec.webcream.gui with parameters of type ActionData
 boolean WindowUpdater.actionOverridden(HTMLPage page, ActionData actionData)
          Returns true if this action is overidden by a configuration property
 boolean WindowUpdater.defaultEmulateAction(HTMLPage page, ActionData actionData)
          The default emulation logic that is executed if no custom action processors claimed the responsibility for the action.
 boolean ActionEmulator.emulateAction(HTMLPage page, ActionData actionData)
          Called by WindowProcessor to perform user action emulation
 boolean WindowUpdater.emulateAction(HTMLPage page, 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 WebCream after the component and it's subtree of children has been updated
 void DefaultComponentUpdater.postUpdateComponent(java.awt.Component comp, HttpRequestData data, ActionData actionData)
           
 void DefaultJComponentUpdater.postUpdateComponent(java.awt.Component comp, HttpRequestData data, ActionData actionData)
           
 void SnapshotUpdater.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 ComponentUpdater.updateComponent(java.awt.Component comp, HttpRequestData data, ActionData actionData)
          Called by WebCream engine to set the data submitted by the browser 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
 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 creamtec.webcream.gui with parameters of type ActionData
ComponentProcessor(HttpRequestData data, ActionData actionData, WindowUpdater windowUpdater)
          Initializes the processor
 



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