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

Method Summary
 void validate(Form form)
          Validates the form.
 

Method Detail

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.