|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
APIs for traversing a user interface component view.
See:
Description
Interface Summary | |
---|---|
VisitCallback | A simple callback interface that enables taking action on a specific UIComponent (either facet or child) during a component tree visit. |
Class Summary | |
---|---|
VisitContext | A context object that is used to hold state relating to performing a component tree visit. |
VisitContextFactory | Provide for separation of interface and
implementation for the |
VisitContextWrapper | Provides a simple implementation of
|
Enum Summary | |
---|---|
VisitHint | An enum that specifies hints that impact the behavior of a component tree visit. |
VisitResult | An enum that specifies the possible
results of a call to |
APIs for traversing a user interface component view.
The following example visits all nodes in the view.
The following example visits two subtrees within the component view.
Note that every child node of those two subtrees is visited.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |