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 by FormTemplateHelper.fetchTagsAndTemplates(Mandant, Locale, IUser, Projekt, FormVersion).
Since:
8.0.1
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • 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 Details