- All Superinterfaces:
- IPluginValidator
public interface IPluginRequiredValidator
extends IPluginValidator
Used to validate if questions are required or not. Only methods in the super interface
IPluginValidator must be implemented. The additional functionality you get by using this
interface is that the plug-in validate() method is not called when the respondent clicks back or
save.
If this interface is implemented it should not perform other types of validations than
required/not required, because the validate() method will not be called when the respondent
clicks back or save.
- Author:
- Torgeir Lund, Erik-André Mamen
- Created:
- Mar 19, 2009