Package nl.gx.forms.wmpformapi.api
Interface BasicFormDateInputFragment
-
- All Superinterfaces:
BasicFormFragment
,BasicFormInputFragment
public interface BasicFormDateInputFragment extends BasicFormInputFragment
Interface for a basic form date input fragment. This interface itself has no specific functionality, but it is meant to instruct the form engine to store additional information about the date inserted (Locale and ISO date).- Since:
- 10.33.0
-
-
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
-
-