FfFormValidator
public class FfFormValidator
Method Summary | |
---|---|
boolean | checkValues(FfForm ffForm) Sets the form validator, a callback class that is used to implement form validation. |
public boolean checkValues(FfForm ffForm)
Sets the form validator, a callback class that is used to implement form validation. If an error is detected, FfForm::setFormError() or the appropriate FormField::setError() method should be called.
FfFormValidator is a callback class that is used to implement form validation. Idea contributed by Robert Bates.