Uses of Interface
org.ajax4jsf.context.InvokerCallback

Packages that use InvokerCallback
org.ajax4jsf.component Base APIs and support classes of AJAX-enabled components 
org.ajax4jsf.context Classes and interfaces that defines contextual request information 
 

Uses of InvokerCallback in org.ajax4jsf.component
 

Classes in org.ajax4jsf.component that implement InvokerCallback
 class InvokerCallbackWrapper
           
 

Methods in org.ajax4jsf.component with parameters of type InvokerCallback
protected  void AjaxViewRoot.processPhase(javax.faces.context.FacesContext context, javax.faces.event.PhaseId phase, InvokerCallback callback)
           
 

Constructors in org.ajax4jsf.component with parameters of type InvokerCallback
InvokerCallbackWrapper(InvokerCallback invokerCallback)
           
 

Uses of InvokerCallback in org.ajax4jsf.context
 

Methods in org.ajax4jsf.context with parameters of type InvokerCallback
 boolean ComponentInvoker.invokeOnComponent(javax.faces.component.UIComponent root, javax.faces.context.FacesContext context, InvokerCallback callback, java.lang.String regionId)
          Recursive call for all children for search component with same clientId as target region
 void ComponentInvoker.invokeOnRegionOrRoot(AjaxViewRoot viewRoot, javax.faces.context.FacesContext context, InvokerCallback callback)
          Invoke method on active AjaxContainer component, or on viewRoot, if none.
 



Copyright © 2009. All Rights Reserved.