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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<? extends IPluginFormElementTemplateDescriptor>
getTemplates()
Gets the list of additional templates to be made available.
-
-
-
Method Detail
-
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.
-
-