| java.lang.Object org.swingml.event.EventUtil org.swingml.event.ControllerActionEventHandler
ControllerActionEventHandler | public class ControllerActionEventHandler extends EventUtil (Code) | | author: David Pitt author: This event handler invokes a URL address with specified key value parameter pairs. author: Response XML is rendered in a specified SwingML container. author: Parameters author: OPEN = author: COMPONENT = author: URL = URL to post specified param values and container component Name Value pairs author: if not specified, the URL property defined in the SwingMLProperties object will be used |
ControllerActionEventHandler | public ControllerActionEventHandler()(Code) | | |
ControllerActionEventHandler | public ControllerActionEventHandler(Component aComponent, Map aMap)(Code) | | |
destroy | public void destroy()(Code) | | |
getActionParameters | protected Map getActionParameters()(Code) | | |
getParameterString | protected String getParameterString()(Code) | | |
invoke | public void invoke()(Code) | | |
noRender | public void noRender(Container container, String params)(Code) | | Invoke the specified URL, No result expected, therefore XML will not be rendered...
Parameters: container - |
refresh | public void refresh(Container container, String params)(Code) | | Refresh the given container.
Parameters: container - |
replaceTokens | protected void replaceTokens(Object[] aParams)(Code) | | This method expects the objects in the params argument to be instances of
the ActionParamModel object. And will replace tokendized map values with values
looked up from the SwingMLProperties singleton. If a tokenized key is not found, and error
is reported
Parameters: params - A reference to an array of Object instances. void See Also: com.crosslogic.swingml.model.ActionParamModel |
setActionParameters | protected void setActionParameters(Map params)(Code) | | |
|
|