org.ajax4jsf.context
Class JsfOneOneInvoker
java.lang.Object
org.ajax4jsf.context.JsfOneOneInvoker
- All Implemented Interfaces:
- ComponentInvoker
public class JsfOneOneInvoker
- extends java.lang.Object
- implements ComponentInvoker
- Author:
- shura
|
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 |
JsfOneOneInvoker
public JsfOneOneInvoker()
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 © 2008. All Rights Reserved.