Interface IPluginFormElementTemplateParams
-
public interface IPluginFormElementTemplateParams
Parameters for the form element template plugin (IPluginFormElementTemplate
). Can be used, for example, to offer different templates for different forms.- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mandant
getClient()
IEntityContext
getEntityContext()
FormVersion
getFormVersion()
Projekt
getProject()
-
-
-
Method Detail
-
getEntityContext
IEntityContext getEntityContext()
- Returns:
- The current entity context for accessing the database.
-
getFormVersion
FormVersion getFormVersion()
- Returns:
- The form version for which templates should be found.
-
getProject
Projekt getProject()
- Returns:
- The form containing the
form version
.
-
-