Uses of Interface
org.apache.wicket.validation.INullAcceptingValidator

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

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

Classes in org.apache.wicket.validation.validator that implement INullAcceptingValidator
 class AbstractValidator<T>
          Convenience base class for IValidators.
 class CreditCardValidator
          Checks if a credit card number is valid.
 class DateValidator
          Validator for checking dates.
 class EmailAddressValidator
          Validator for checking the form/pattern of email addresses.
 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 © 2006-2012 Apache Software Foundation. All Rights Reserved.