|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
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 |
UINamingContainer.visitTree(VisitContext context,
VisitCallback callback)
|
boolean |
UIComponentBase.visitTree(VisitContext context,
VisitCallback callback)
|
boolean |
UIForm.visitTree(VisitContext context,
VisitCallback callback)
|
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. |
| Uses of VisitCallback in javax.faces.component.visit |
|---|
| Methods in javax.faces.component.visit with parameters of type VisitCallback | |
|---|---|
VisitResult |
VisitContextWrapper.invokeVisitCallback(UIComponent component,
VisitCallback callback)
|
abstract VisitResult |
VisitContext.invokeVisitCallback(UIComponent component,
VisitCallback callback)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||