wicket.markup.html.form.validation
Class CustomValidator

java.lang.Object
  extended by wicket.markup.html.form.validation.AbstractValidator
      extended by wicket.markup.html.form.validation.StringValidator
          extended by wicket.markup.html.form.validation.CustomValidator
All Implemented Interfaces:
java.io.Serializable, IValidator

Deprecated. Users should use StringValidator directly

public abstract class CustomValidator
extends StringValidator

A validator for strings designed for subclassing. A subclass implements onValidate() to validate the component and its string value.

Author:
Jonathan Locke
See Also:
Serialized Form

Constructor Summary
CustomValidator()
          Deprecated.  
 
Method Summary
 
Methods inherited from class wicket.markup.html.form.validation.StringValidator
exactLength, lengthBetween, maximumLength, minimumLength, onValidate, validate
 
Methods inherited from class wicket.markup.html.form.validation.AbstractValidator
error, error, error, error, messageModel, resourceKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomValidator

public CustomValidator()
Deprecated. 


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