Uses of Class
org.apache.wicket.validation.validator.PatternValidator
-
Packages that use PatternValidator Package Description org.apache.wicket.validation.validator This package provides an implementation of Wicket's validation support. -
-
Uses of PatternValidator in org.apache.wicket.validation.validator
Subclasses of PatternValidator in org.apache.wicket.validation.validator Modifier and Type Class Description classEmailAddressValidatorValidator for checking the form/pattern of email addresses.Methods in org.apache.wicket.validation.validator that return PatternValidator Modifier and Type Method Description PatternValidatorPatternValidator. setReverse(boolean reverse)If set to true then input that matches the pattern is considered invalid.
-