Class PluginTemplateGroup
java.lang.Object
de.xima.fc.gui.designer.form.utils.PluginTemplateGroup
POJO for that groups all plugin form element templates from a single plugin, used by
FormTemplateHelper.fetchTagsAndTemplates(Mandant, Locale, IUser, Projekt, FormVersion)
.- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionPluginTemplateGroup
(String pluginName, List<IPluginFormElementTemplateDescriptor> templates) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
PluginTemplateGroup
- Parameters:
pluginName
- Name of the plugin containing the templates.templates
- List of templates from the plugin.
-
-
Method Details
-
getPluginName
- Returns:
- Name of the plugin containing the templates.
-
getTemplates
- Returns:
- List of templates from the plugin.
-