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
Modifier and TypeMethodDescription
-
Method Details
-
getClient
Mandant getClient()- Returns:
- The
client
to which the form belongs.
-
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
.
-