Class PluginTemplateGroup
- java.lang.Object
-
- de.xima.fc.gui.designer.form.utils.PluginTemplateGroup
-
public final class PluginTemplateGroup extends Object
POJO for that groups all plugin form element templates from a single plugin, used byFormTemplateHelper.fetchTagsAndTemplates(Mandant, Locale, IUser, Projekt, FormVersion)
.- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description PluginTemplateGroup(String pluginName, List<IPluginFormElementTemplateDescriptor> templates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPluginName()
List<IPluginFormElementTemplateDescriptor>
getTemplates()
-
-
-
Constructor Detail
-
PluginTemplateGroup
public PluginTemplateGroup(String pluginName, List<IPluginFormElementTemplateDescriptor> templates)
- Parameters:
pluginName
- Name of the plugin containing the templates.templates
- List of templates from the plugin.
-
-
Method Detail
-
getPluginName
public String getPluginName()
- Returns:
- Name of the plugin containing the templates.
-
getTemplates
public List<IPluginFormElementTemplateDescriptor> getTemplates()
- Returns:
- List of templates from the plugin.
-
-