Package nl.gx.forms.wmpformapi.api.logic
Interface FormValidator
-
- All Superinterfaces:
BasicFormLogicComponent
,FormLogicComponent
,Identifiable
public interface FormValidator extends FormLogicComponent
Instance of a FormValidator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormValidatorDefinition
getFormValidatorDefinition()
Returns the definition of this Form Validator.-
Methods inherited from interface nl.gx.forms.wmpformapi.api.BasicFormLogicComponent
getCustomLanguageLabelMapping, getFormLogicComponentDefinition, getLanguageLabelsMapping, getParameters
-
Methods inherited from interface nl.gx.forms.wmpformapi.api.logic.FormLogicComponent
createDefaultParameter, getFormLogicContainer, setCustomLanguageLabelMapping, setFormLogicComponentDefinition, setParameters
-
Methods inherited from interface nl.gx.webmanager.services.entitymanager.Identifiable
getId, setId
-
-
-
-
Method Detail
-
getFormValidatorDefinition
FormValidatorDefinition getFormValidatorDefinition()
Returns the definition of this Form Validator.- Returns:
- the definition of this Form Validator
-
-