Uses of Class
org.apache.wicket.validation.CompoundValidator
-
Packages that use CompoundValidator Package Description org.apache.wicket.validation This package provides interfaces for Wicket's validation support. -
-
Uses of CompoundValidator in org.apache.wicket.validation
Methods in org.apache.wicket.validation that return CompoundValidator Modifier and Type Method Description CompoundValidator<T>
CompoundValidator. add(IValidator<T> validator)
Adds anIValidator
to the chain of validators.
-