Package nl.gx.forms.wmpformapi.api.logic
Interface FormHandler
-
- All Superinterfaces:
BasicFormLogicComponent
,FormLogicComponent
,Identifiable
public interface FormHandler extends FormLogicComponent
Instance of a FormHandler.- See Also:
FormLogicComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormHandlerDefinition
getHandlerDefinition()
Returns the handler definition which describes this FormHandler instance.-
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
-
getHandlerDefinition
FormHandlerDefinition getHandlerDefinition()
Returns the handler definition which describes this FormHandler instance.- Returns:
- the handler defintion for this instance
-
-