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

Packages that use Component.IVisitor
org.apache.wicket The core Wicket package. 
org.apache.wicket.markup.html.form HTML Forms and form components. 
 

Uses of Component.IVisitor in org.apache.wicket
 

Methods in org.apache.wicket with parameters of type Component.IVisitor
<S extends Component>
Object
MarkupContainer.visitChildren(Class<?> clazz, Component.IVisitor<S> visitor)
          Traverses all child components of the given class in this container, calling the visitor's visit method at each one.
 Object MarkupContainer.visitChildren(Component.IVisitor<Component> visitor)
          Traverses all child components in this container, calling the visitor's visit method at each one.
 Object Component.visitParents(Class<?> c, Component.IVisitor<Component> visitor)
          Traverses all parent components of the given class in this container, calling the visitor's visit method at each one.
 

Uses of Component.IVisitor in org.apache.wicket.markup.html.form
 

Methods in org.apache.wicket.markup.html.form with parameters of type Component.IVisitor
static void FormComponent.visitComponentsPostOrder(Component component, Component.IVisitor<Component> visitor)
          Visits any form components inside component if it is a container, or component itself if it is itself a form component
 



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