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

All Known Implementing Classes:
Form.ValidationVisitor, FormComponent.AbstractVisitor
Enclosing class:
FormComponent

public static interface FormComponent.IVisitor

Typesafe interface to code that is called when visiting a form component.


Method Summary
 java.lang.Object formComponent(IFormVisitorParticipant formComponent)
          Called when visiting a form component
 

Method Detail

formComponent

java.lang.Object formComponent(IFormVisitorParticipant formComponent)
Called when visiting a form component

Parameters:
formComponent - The form component
Returns:
component


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