Uses of Interface
org.apache.wicket.markup.html.form.validation.IFormValidator
-
Packages that use IFormValidator Package Description org.apache.wicket.markup.html.form HTML Forms and form components.org.apache.wicket.markup.html.form.validation Support for form validation. -
-
Uses of IFormValidator in org.apache.wicket.markup.html.form
Methods in org.apache.wicket.markup.html.form that return types with arguments of type IFormValidator Modifier and Type Method Description java.util.Collection<IFormValidator>Form. getFormValidators()Gets allIFormValidators added to this formMethods in org.apache.wicket.markup.html.form with parameters of type IFormValidator Modifier and Type Method Description voidForm. add(IFormValidator validator)Adds a form validator to the form.voidForm. remove(IFormValidator validator)Removes a form validator from the form.protected voidForm. validateFormValidator(IFormValidator validator)Validates form with the given form validator -
Uses of IFormValidator in org.apache.wicket.markup.html.form.validation
Classes in org.apache.wicket.markup.html.form.validation that implement IFormValidator Modifier and Type Class Description classAbstractFormValidatorBase class forIFormValidators.classEqualInputValidatorValidates that the input of two form components is identical.classEqualPasswordInputValidatorValidates that the input of two form components is identical.classFormValidatorAdapterAdaptsIFormValidatortoBehaviorMethods in org.apache.wicket.markup.html.form.validation that return IFormValidator Modifier and Type Method Description IFormValidatorFormValidatorAdapter. getValidator()Constructors in org.apache.wicket.markup.html.form.validation with parameters of type IFormValidator Constructor Description FormValidatorAdapter(IFormValidator validator)Constructor
-