wicket.markup.html.form.validation
Interface IFormValidationStrategy
- All Superinterfaces:
- java.io.Serializable
- public interface IFormValidationStrategy
- extends java.io.Serializable
Delegate for form validation. Implementors of this interface provide the actual
validation checking.
- Author:
- Jonathan Locke, Eelco Hillenius
validate
public void validate(Form form)
- Validates the form.
- Parameters:
form - The form that the validation is applied to
Copyright © 2004-2005 Wicket developers. All Rights Reserved.