wicket.markup.html.form.validation
Class CustomValidator

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

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

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
CustomValidator()
           
 
Methods inherited from class wicket.markup.html.form.validation.StringValidator
onValidate, onValidate
 
Methods inherited from class wicket.markup.html.form.validation.AbstractValidator
error, error, error, error, getFormComponent, getInput, messageModel, resourceKey, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomValidator

public CustomValidator()


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