Uses of Interface
javax.faces.component.visit.VisitCallback
-
Packages that use VisitCallback Package Description javax.faces.component javax.faces.component.visit -
-
Uses of VisitCallback in javax.faces.component
Methods in javax.faces.component with parameters of type VisitCallback Modifier and Type Method Description 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 subtreeboolean
UIComponentBase. 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.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 Modifier and Type Method Description abstract VisitResult
VisitContext. invokeVisitCallback(UIComponent component, VisitCallback callback)
VisitResult
VisitContextWrapper. invokeVisitCallback(UIComponent component, VisitCallback callback)
-