Uses of Interface
net.sf.tacos.ajax.AjaxInvocation

Packages that use AjaxInvocation
net.sf.tacos.ajax   
net.sf.tacos.ajax.components   
 

Uses of AjaxInvocation in net.sf.tacos.ajax
 

Subinterfaces of AjaxInvocation in net.sf.tacos.ajax
 interface AjaxSubmitInvocation
           Hold parameters in an ajax call.
 

Methods in net.sf.tacos.ajax that return AjaxInvocation
 AjaxInvocation AjaxInvocation.getBackLink()
          Back button action
 AjaxInvocation AjaxInvocation.getForwardLink()
          Forward button action
 

Methods in net.sf.tacos.ajax with parameters of type AjaxInvocation
static String AjaxUtils.createOnclickHandler(AjaxInvocation invocation, boolean globalScope)
          Creates the onclick handler, to be used in links having ajax functionality.
static String AjaxUtils.getLinkArguments(AjaxInvocation invocation, boolean globalScope)
          Generates a js structure, optionally making it globally safe to use.
static String AjaxUtils.getLinkString(AjaxInvocation invocation, boolean globalScope)
          Generates a javascript function call, optionally making it globally safe to use.
static void AjaxUtils.putAjaxParameter(AjaxInvocation ajaxInvocation, Map parameters, org.apache.tapestry.IRequestCycle cycle)
          Put standard ajax parameters to an Map.
 

Uses of AjaxInvocation in net.sf.tacos.ajax.components
 

Classes in net.sf.tacos.ajax.components that implement AjaxInvocation
 class AbstractSubmit
          Superclass for components submitting their form.
 class AjaxDirectLink
          Generates links that invoke ajax requests to AjaxDirectService engine service.
 class AjaxEventSubmit
           Generates a javascript function that submits the containing form using an AJAX request.
 class AjaxForm
          Overrides default Form behaviour.
 class AjaxImageSubmit
          A component that generates a clickable image that will cause the enclosing form to submit.
 class AjaxLinkSubmit
          Implements a component that submits its enclosing form via a JavaScript link.
 class AjaxSubmit
          Implements a component that manages an HTML <input type=submit> form element.
 class Refresh
          Performs a refresh of the specified component/element id's on a page/component.