HomePrevNext

AjaxDirectLink
net.sf.tacos.ajax.components.AjaxDirectLink
  Non-Visual Component
Description
Derivative of DirectLink with support for ajax requests.
Parameters
nametypedirectionrequireddefault valuedescription
updateComponentsjava.lang.Objectcustom  nullCollection/list of component id strings to refresh after invoking listener. 
updateBlocksjava.lang.Objectcustom  nullCollection/list of html block ids to refresh after invoking listener. 
processScriptsjava.lang.Objectcustom  ognl:falseSpecifies whether or not the returned content should be processed to see if it has embedded javascript tags which will then be executed. It should be noted that processScripts does incur a slight overhead on the client-side, so it is a poor choice for performing typical Effects, use updateObject for things like that. 
updateObjectjava.lang.Objectcustom  nullIf specified, the string passed in will be used to build a javascript statement which will call updateObject.ajaxUpdate(element, responseElement, elementId).  
listenerjava.lang.Objectcustom   Listener method to invoke. 
parametersjava.lang.Objectcustom  null Listener paremeters to pass to listener.  
directjava.lang.Objectcustom  nullSpecifies whether or not components should be invoked directly. This will cause the engine service to only call renderComponent on the targeted components of this request, whereas normal behaviour is to render the whole page and only return the portions of the response that were requested. Use at your own risk, components contained by lists, like Foreach and For will likely not be directly updateable. 
statefuljava.lang.Objectcustom  null 
disabledjava.lang.Objectcustom  null 
anchorjava.lang.Objectcustom  null 
rendererjava.lang.Objectcustom  null 
Allow body (rendered)
Allow informal parameters   
Reserved parameters href, onclick
Toggle help

HomePrevNext