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

Constructor Summary
CustomValidator()
           
 
Methods inherited from class wicket.markup.html.form.validation.StringValidator
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()


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