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

Packages that use AjaxWebRequest
net.sf.tacos.ajax   
net.sf.tacos.ajax.components   
net.sf.tacos.ajax.components.tree   
net.sf.tacos.ajax.contrib   
net.sf.tacos.ajax.impl   
net.sf.tacos.demo.pages.ajax   
net.sf.tacos.demo.pages.forms   
 

Uses of AjaxWebRequest in net.sf.tacos.ajax
 

Methods in net.sf.tacos.ajax that return AjaxWebRequest
 AjaxWebRequest ResponseBuilder.getAjaxRequest()
          The ajax request
 AjaxWebRequest AjaxDirectService.getAjaxRequest()
          Returns an instance of the AjaxWebRequest bound to the current request th read.
 

Methods in net.sf.tacos.ajax with parameters of type AjaxWebRequest
static void AjaxUtils.linkFieldObservers(org.apache.tapestry.IRequestCycle cycle, org.apache.tapestry.services.ExpressionEvaluator eval, AjaxWebRequest ajaxr, org.apache.tapestry.IComponent comp, org.apache.tapestry.PageRenderSupport prs, String eventListener)
          Connects a given IFormComponent to a client-side javascript event that will cause whatever action has been specified on the field via a DeferredScriptProducer component.
static void AjaxUtils.linkFieldObservers(org.apache.tapestry.IRequestCycle cycle, org.apache.tapestry.services.ExpressionEvaluator eval, AjaxWebRequest ajaxr, org.apache.tapestry.IComponent comp, String uniqueId, org.apache.tapestry.PageRenderSupport prs, String eventListener)
          Connects a given IFormComponent to a client-side javascript event that will cause whatever action has been specified on the field via a DeferredScriptProducer component.
 void ResponseBuilder.setAjaxRequest(AjaxWebRequest ajaxRequest)
          Sets the associated ajax request.
 

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

Fields in net.sf.tacos.ajax.components declared as AjaxWebRequest
protected  AjaxWebRequest AjaxFormSupportImpl.ajaxRequest
           
 

Methods in net.sf.tacos.ajax.components that return AjaxWebRequest
abstract  AjaxWebRequest ProgressBar.getAjaxRequest()
          Injected request
abstract  AjaxWebRequest AjaxForm.getAjaxRequest()
          Injected request.
abstract  AjaxWebRequest Radio.getAjaxRequest()
          Injected ajax request
abstract  AjaxWebRequest Dialog.getAjaxRequest()
          injected
abstract  AjaxWebRequest DropTarget.getAjaxWebRequest()
          Injected ajax request
abstract  AjaxWebRequest DatePicker.getAjaxWebRequest()
          Injected ajax request
abstract  AjaxWebRequest PartialForBean.getAjaxWebRequest()
          Injected ajax request
 

Constructors in net.sf.tacos.ajax.components with parameters of type AjaxWebRequest
AjaxFormSupportImpl(org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle, AjaxWebRequest ajaxRequest, org.apache.tapestry.IForm form)
          Creates a new rendering support instance.
 

Uses of AjaxWebRequest in net.sf.tacos.ajax.components.tree
 

Methods in net.sf.tacos.ajax.components.tree that return AjaxWebRequest
abstract  AjaxWebRequest Tree.getAjaxWebRequest()
          Injected ajax request
 

Uses of AjaxWebRequest in net.sf.tacos.ajax.contrib
 

Fields in net.sf.tacos.ajax.contrib declared as AjaxWebRequest
protected  AjaxWebRequest PrototypeResponseBuilder.ajaxRequest
          Ajax request
protected  AjaxWebRequest DojoResponseBuilder.ajaxRequest
          Ajax request
 

Methods in net.sf.tacos.ajax.contrib that return AjaxWebRequest
 AjaxWebRequest PrototypeResponseBuilder.getAjaxRequest()
          The ajax request
 AjaxWebRequest DojoResponseBuilder.getAjaxRequest()
          The ajax request
 

Methods in net.sf.tacos.ajax.contrib with parameters of type AjaxWebRequest
 void PrototypeResponseBuilder.setAjaxRequest(AjaxWebRequest ajaxRequest)
          Sets the associated ajax request.
 void DojoResponseBuilder.setAjaxRequest(AjaxWebRequest ajaxRequest)
          Sets the associated ajax request.
 

Uses of AjaxWebRequest in net.sf.tacos.ajax.impl
 

Classes in net.sf.tacos.ajax.impl that implement AjaxWebRequest
 class AjaxWebRequestImpl
          Implementation of AjaxWebRequest.
 

Fields in net.sf.tacos.ajax.impl declared as AjaxWebRequest
protected  AjaxWebRequest FormComponentEventWorker.ajaxRequest
          injected ajex request reference
 

Methods in net.sf.tacos.ajax.impl that return AjaxWebRequest
 AjaxWebRequest AjaxDirectServiceImpl.getAjaxRequest()
          Returns an instance of the AjaxWebRequest bound to the current request th read.
 

Methods in net.sf.tacos.ajax.impl with parameters of type AjaxWebRequest
 void InjectAjaxComponentRenderWorker.setAjaxRequest(AjaxWebRequest ajaxRequest)
          Injected ajaexRequest reference.
 void AjaxDirectServiceImpl.setAjaxRequest(AjaxWebRequest ajaxRequest)
          Injected ajax request.
 void FormComponentEventWorker.setAjaxRequest(AjaxWebRequest ajaxRequest)
          Injected ajax request
 void AjaxExceptionPresenter.setAjaxWebRequest(AjaxWebRequest ajaxWebRequest)
          injected set method for ajaxWebRequest.
 

Uses of AjaxWebRequest in net.sf.tacos.demo.pages.ajax
 

Methods in net.sf.tacos.demo.pages.ajax that return AjaxWebRequest
abstract  AjaxWebRequest TreeExample.getAjaxWebRequest()
          Injected ajax request
 

Uses of AjaxWebRequest in net.sf.tacos.demo.pages.forms
 

Methods in net.sf.tacos.demo.pages.forms that return AjaxWebRequest
abstract  AjaxWebRequest AjaxFormsExample.getAjaxWebRequest()
          Injected ajax request