|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VisitResult | |
---|---|
javax.faces.component.visit | APIs for traversing a user interface component view. |
Uses of VisitResult in javax.faces.component.visit |
---|
Methods in javax.faces.component.visit that return VisitResult | |
---|---|
abstract VisitResult |
VisitContext.invokeVisitCallback(UIComponent component,
VisitCallback callback)
Called by UIComponent.visitTree()
to visit a single component. |
VisitResult |
VisitContextWrapper.invokeVisitCallback(UIComponent component,
VisitCallback callback)
|
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(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VisitResult |
VisitResult.valueOf(java.lang.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. |
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. |
VisitResult |
VisitCallback.visit(VisitContext context,
UIComponent target)
This method is called during component tree visits by VisitContext.invokeVisitCallback()
to visit the specified component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |