org.ajax4jsf.context
Class JsfOneOneInvoker

java.lang.Object
  extended by org.ajax4jsf.context.JsfOneOneInvoker
All Implemented Interfaces:
ComponentInvoker

public class JsfOneOneInvoker
extends java.lang.Object
implements ComponentInvoker

Author:
shura

Constructor Summary
JsfOneOneInvoker()
           
 
Method Summary
 boolean 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 invokeOnRegion(javax.faces.context.FacesContext context, InvokerCallback callback, java.lang.String regionId)
           
 void invokeOnRegionOrRoot(AjaxViewRoot viewRoot, javax.faces.context.FacesContext context, InvokerCallback callback)
          Invoke method on active AjaxContainer component, or on viewRoot, if none.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsfOneOneInvoker

public JsfOneOneInvoker()
Method Detail

invokeOnRegionOrRoot

public void invokeOnRegionOrRoot(AjaxViewRoot viewRoot,
                                 javax.faces.context.FacesContext context,
                                 InvokerCallback callback)
Description copied from interface: ComponentInvoker
Invoke method on active AjaxContainer component, or on viewRoot, if none.

Specified by:
invokeOnRegionOrRoot in interface ComponentInvoker

invokeOnRegion

public void invokeOnRegion(javax.faces.context.FacesContext context,
                           InvokerCallback callback,
                           java.lang.String regionId)

invokeOnComponent

public boolean invokeOnComponent(javax.faces.component.UIComponent root,
                                 javax.faces.context.FacesContext context,
                                 InvokerCallback callback,
                                 java.lang.String regionId)
Description copied from interface: ComponentInvoker
Recursive call for all children for search component with same clientId as target region

Specified by:
invokeOnComponent in interface ComponentInvoker


Copyright © 2007. All Rights Reserved.