Interface IPluginFormElementTemplateList
- All Known Implementing Classes:
DefaultFormElementTemplateList
public interface IPluginFormElementTemplateList
Value returned by form element template plugins (
IPluginFormElementTemplateParams
), with a list of
additional templates to be made available.- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionIterable<? extends IPluginFormElementTemplateDescriptor>
Gets the list of additional templates to be made available.
-
Method Details
-
getTemplates
Iterable<? extends IPluginFormElementTemplateDescriptor> getTemplates()Gets the list of additional templates to be made available. The returned list may depend on theparameters
given to the plugin. For example, certain templates could be offered only for specific forms.- Returns:
- A list of additional templates.
-