Uses of Class
wicket.markup.html.form.validation.LengthValidator

Packages that use LengthValidator
wicket.markup.html.form.validation Support for form validation. 
 

Uses of LengthValidator in wicket.markup.html.form.validation
 

Methods in wicket.markup.html.form.validation that return LengthValidator
static LengthValidator LengthValidator.max(int max)
          Deprecated. Gets a length validator object that requires a maximum number of characters.
static LengthValidator LengthValidator.min(int min)
          Deprecated. Gets a length validator object that requires a minimum number of characters.
static LengthValidator LengthValidator.range(int min, int max)
          Deprecated. Gets a length validator object that requires a minimum and maximum number of characters.
 



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