Package nl.gx.forms.wmpformapi.api
Interface BasicFormUploadFragment
-
- All Superinterfaces:
BasicFormFragment
,BasicFormInputFragment
public interface BasicFormUploadFragment extends BasicFormInputFragment
Interface for a basic form upload fragment. This interface itself has no specific functionality, but it is meant to instruct the form engine to store some more information about the file that is uploaded.
-
-
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
-
-