Uses of Class
org.apache.wicket.validation.validator.AbstractValidator

Packages that use AbstractValidator
org.apache.wicket.extensions.validation.validator   
org.apache.wicket.validation.validator This package provides an implementation of Wicket's validation support. 
 

Uses of AbstractValidator in org.apache.wicket.extensions.validation.validator
 

Subclasses of AbstractValidator in org.apache.wicket.extensions.validation.validator
 class RfcCompliantEmailAddressValidator
          Validator for validating email addresses according to the RFC 822.
 

Uses of AbstractValidator in org.apache.wicket.validation.validator
 

Subclasses of AbstractValidator in org.apache.wicket.validation.validator
 class CreditCardValidator
          Checks if a credit card number is valid.
 class DateValidator
          Validator for checking dates.
 class EmailAddressPatternValidator
          Deprecated. Use EmailAddressValidator instead. Don't forget to update your resource keys!
 class EmailAddressValidator
          Validator for checking the form/pattern of email addresses.
 class NumberValidator<T extends Number>
          Deprecated. RangeValidator, MaximumValidator, MinimumValidator
static class NumberValidator.DoubleMaximumValidator
          Deprecated. see MaximumValidator
static class NumberValidator.DoubleMinimumValidator
          Deprecated. see MinimumValidator
static class NumberValidator.DoubleRangeValidator
          Deprecated. see RangeValidator
static class NumberValidator.MaximumValidator
          Deprecated. see MaximumValidator
static class NumberValidator.MinimumValidator
          Deprecated. see MinimumValidator
static class NumberValidator.RangeValidator
          Deprecated. see RangeValidator
 class PatternValidator
          Validates a Component by matching the component's value against a regular expression pattern.
 class StringValidator
          Validator for checking String lengths.
static class StringValidator.ExactLengthValidator
          Validator for checking if the length of a String is exactly the specified length.
static class StringValidator.LengthBetweenValidator
          Validator for checking if the length of a String is within the specified range.
static class StringValidator.MaximumLengthValidator
          Validator for checking if the length of a String meets the maximum length requirement.
static class StringValidator.MinimumLengthValidator
          Validator for checking if the length of a String meets the minimum length requirement.
 class UrlValidator
          Validator for checking URLs.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.