Uses of Interface
org.apache.wicket.markup.html.form.FormComponent.IVisitor

Packages that use FormComponent.IVisitor
org.apache.wicket.markup.html.form HTML Forms and form components. 
 

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

Classes in org.apache.wicket.markup.html.form that implement FormComponent.IVisitor
static class Form.ValidationVisitor
          Visitor used for validation
static class FormComponent.AbstractVisitor
          Visitor for traversing form components
 

Methods in org.apache.wicket.markup.html.form with parameters of type FormComponent.IVisitor
 void Form.visitFormComponents(FormComponent.IVisitor visitor)
          Convenient and typesafe way to visit all the form components on a form.
static void FormComponent.visitFormComponentsPostOrder(Component component, FormComponent.IVisitor visitor)
          Visits any form components inside component if it is a container, or component itself if it is itself a form component
 void Form.visitFormComponentsPostOrder(FormComponent.IVisitor visitor)
          Convenient and typesafe way to visit all the form components on a form postorder (deepest first)
 



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