Class DefaultFormElementTemplateList
java.lang.Object
de.xima.fc.plugin.models.retval.form.DefaultFormElementTemplateList
- All Implemented Interfaces:
IPluginFormElementTemplateList
public final class DefaultFormElementTemplateList
extends Object
implements IPluginFormElementTemplateList
Default POJO implementation for
IPluginFormElementTemplateList
.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Simple builder for aIPluginFormElementTemplateList
. -
Method Summary
-
Method Details
-
getTemplates
Description copied from interface:IPluginFormElementTemplateList
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.- Specified by:
getTemplates
in interfaceIPluginFormElementTemplateList
- Returns:
- A list of additional templates.
-
builder
Gets a new builder for creating a form element template return value.- Returns:
- A new builder for a
IPluginFormElementTemplateList
.
-
empty
Gets an empty list with no templates.- Returns:
- An empty template list.
-