Uses of Interface
javax.faces.component.ContextCallback

Packages that use ContextCallback
javax.faces.component   
 

Uses of ContextCallback in javax.faces.component
 

Methods in javax.faces.component with parameters of type ContextCallback
 boolean UIComponent.invokeOnComponent(FacesContext context, String clientId, ContextCallback callback)
          Invokes the invokeContextCallback method with the component, specified by clientId.
 boolean UIComponentBase.invokeOnComponent(FacesContext context, String clientId, ContextCallback callback)
          invokeOnComponent must be implemented in UIComponentBase too...
 boolean UIData.invokeOnComponent(FacesContext context, String clientId, ContextCallback callback)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.