| Package | Description | 
|---|---|
| javax.faces.component.visit | 
| Modifier and Type | Method and Description | 
|---|---|
VisitResult | 
VisitContextWrapper.invokeVisitCallback(UIComponent component,
                   VisitCallback callback)  | 
abstract VisitResult | 
VisitContext.invokeVisitCallback(UIComponent component,
                   VisitCallback callback)
Called by  
UIComponent.visitTree()
 to visit a single component. | 
static VisitResult | 
VisitResult.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static VisitResult[] | 
VisitResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
VisitResult | 
VisitCallback.visit(VisitContext context,
     UIComponent target)
This method is called during component tree visits by 
  
VisitContext.invokeVisitCallback() 
 to visit the specified component. | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.