Package | Description |
---|---|
javax.faces.component | |
javax.faces.component.visit |
Modifier and Type | Method and Description |
---|---|
boolean |
UINamingContainer.visitTree(VisitContext context,
VisitCallback callback) |
boolean |
UIForm.visitTree(VisitContext context,
VisitCallback callback) |
boolean |
UIData.visitTree(VisitContext context,
VisitCallback callback)
Override the behavior
in |
boolean |
UIComponent.visitTree(VisitContext visitContext,
VisitCallback callback)
Perform a tree visit starting at this node in the tree. |
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. |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.