Package nl.gx.forms.wmpformapi.api
Interface BasicFormMultipleInputFragment
-
- All Superinterfaces:
BasicFormFragment
,BasicFormInputFragment
public interface BasicFormMultipleInputFragment extends BasicFormInputFragment
Interface for a form fragment that can have multiple values at the same time. Can be combined with the BasicFormListInputFragment interface. The use of this interface mainly influences the way the HTTP request is parsed and the values are stored in the session.
-
-
Method Summary
-
Methods inherited from interface nl.gx.forms.wmpformapi.api.BasicFormFragment
getFormFragmentContainer, getIdentifier, getName, getNestedPath, getParent, getPreconditionExpression
-
Methods inherited from interface nl.gx.forms.wmpformapi.api.BasicFormInputFragment
getCustomValidators, getDefaultValidators, getExtraText, getHelpText, getPrefilling, getPrefillingExpression, getPrefillingMode
-
-