Uses of Interface
wicket.Component.IVisitor

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.
 



Copyright © 2004-2005 Wicket developers. All Rights Reserved.