Interface IFormValidator

All Superinterfaces:
IClusterable, Serializable
All Known Implementing Classes:
AbstractFormValidator, EqualInputValidator, EqualPasswordInputValidator, FormValidatorAdapter

public interface IFormValidator extends IClusterable
Interface that represents validators that check multiple components. These validators are added to the form and only executed if all form components returned by getDependentFormComponents() have been successfully validated before this validator runs.
Author:
Igor Vaynberg (ivaynberg)
See Also: