Uses of Interface
javax.faces.component.visit.VisitCallback

Packages that use VisitCallback
javax.faces.component   
javax.faces.component.visit   
 

Uses of VisitCallback in javax.faces.component
 

Methods in javax.faces.component with parameters of type VisitCallback
 boolean UIComponentBase.visitTree(VisitContext context, VisitCallback callback)
           
 boolean UIComponent.visitTree(VisitContext context, VisitCallback callback)
          The visit tree method, visit tree walks over a subtree and processes the callback object to perform some operation on the subtree
 boolean UIData.visitTree(VisitContext context, VisitCallback callback)
          Overrides the behavior in UIComponent.visitTree(javax.faces.component.visit.VisitContext, javax.faces.component.visit.VisitCallback) to handle iteration correctly.
 boolean UIForm.visitTree(VisitContext context, VisitCallback callback)
           
 boolean UINamingContainer.visitTree(VisitContext context, VisitCallback callback)
           
 

Uses of VisitCallback in javax.faces.component.visit
 

Methods in javax.faces.component.visit with parameters of type VisitCallback
abstract  VisitResult VisitContext.invokeVisitCallback(UIComponent component, VisitCallback callback)
           
 VisitResult VisitContextWrapper.invokeVisitCallback(UIComponent component, VisitCallback callback)
          
 



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