wicket.markup.html.form.validation
Class IValidator.NullValidator

java.lang.Object
  extended bywicket.markup.html.form.validation.IValidator.NullValidator
All Implemented Interfaces:
IValidator, java.io.Serializable
Enclosing class:
IValidator

public static final class IValidator.NullValidator
extends java.lang.Object
implements IValidator

Validator that does nothing.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class wicket.markup.html.form.validation.IValidator
IValidator.NullValidator
 
Field Summary
 
Fields inherited from interface wicket.markup.html.form.validation.IValidator
NULL
 
Constructor Summary
IValidator.NullValidator()
           
 
Method Summary
 java.lang.String toString()
          Returns the string representation.
 void validate(FormComponent component)
          Returns null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IValidator.NullValidator

public IValidator.NullValidator()
Method Detail

validate

public void validate(FormComponent component)
Returns null.

Specified by:
validate in interface IValidator
Parameters:
component - Component to validate
See Also:
IValidator.validate(wicket.markup.html.form.FormComponent)

toString

public java.lang.String toString()
Returns the string representation.

See Also:
Object.toString()


Copyright © 2004-2005 Wicket developers. All Rights Reserved.