Uses of Interface
org.apache.wicket.Component.IVisitor

Packages that use Component.IVisitor
org.apache.wicket The core Wicket package. 
 

Uses of Component.IVisitor in org.apache.wicket
 

Methods in org.apache.wicket with parameters of type Component.IVisitor
 java.lang.Object MarkupContainer.visitChildren(java.lang.Class clazz, 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.
 java.lang.Object Component.visitParents(java.lang.Class c, Component.IVisitor visitor)
          Traverses all parent components of the given class in this container, calling the visitor's visit method at each one.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.