|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Component.IVisitor | |
| wicket | The core Wicket package. |
| Uses of Component.IVisitor in wicket |
| Methods in wicket with parameters of type Component.IVisitor | |
java.lang.Object |
MarkupContainer.visitChildren(java.lang.Class c,
Component.IVisitor visitor)
Traverses all child components of the given class in this container, calling the visitor's visit method at each one. |
java.lang.Object |
MarkupContainer.visitChildren(Component.IVisitor visitor)
Traverses all child components in this container, calling the visitor's visit method at each one. |
protected java.lang.Object |
Component.visitParents(java.lang.Class c,
Component.IVisitor visitor)
Visits the parents of this component. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||