org.apache.wicket.markup.html.form
Class FormComponent.AbstractVisitor<R>

java.lang.Object
  extended by org.apache.wicket.markup.html.form.FormComponent.AbstractVisitor<R>
All Implemented Interfaces:
IVisitor<FormComponent<?>,R>
Enclosing class:
FormComponent<T>

Deprecated. no longer a need for this base class

@Deprecated
public abstract static class FormComponent.AbstractVisitor<R>
extends java.lang.Object
implements IVisitor<FormComponent<?>,R>

Visitor for traversing form components


Constructor Summary
FormComponent.AbstractVisitor()
          Deprecated.  
 
Method Summary
 void component(FormComponent<?> component, IVisit<R> visit)
          Deprecated. Called at each object in a visit.
protected abstract  void onFormComponent(FormComponent<?> formComponent, IVisit<R> visit)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormComponent.AbstractVisitor

public FormComponent.AbstractVisitor()
Deprecated. 
Method Detail

component

public void component(FormComponent<?> component,
                      IVisit<R> visit)
Deprecated. 
Description copied from interface: IVisitor
Called at each object in a visit.

Specified by:
component in interface IVisitor<FormComponent<?>,R>
Parameters:
component - Object being visited
visit - Object used to control the visit/traversal

onFormComponent

protected abstract void onFormComponent(FormComponent<?> formComponent,
                                        IVisit<R> visit)
Deprecated. 


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