Class DefaultPluginFormThemeRetVal
java.lang.Object
de.xima.fc.plugin.models.retval.form.DefaultPluginFormThemeRetVal
- All Implemented Interfaces:
IPluginFormThemeRetVal
Default POJO implementation of
IPluginFormThemeRetVal with a builder.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classSimple builder for aDefaultPluginFormThemeRetVal. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder for aDefaultPluginFormThemeRetVal.Gets the form themes that the plugin provides for the given parameters.
-
Method Details
-
getThemesById
Description copied from interface:IPluginFormThemeRetValGets the form themes that the plugin provides for the given parameters. The key is the ID of the form theme and is used to identify the theme amongst all themes returned by the plugin. This ID must be unique only amongst the themes returned by an individualIPluginFormThemeinstance. Different plugin could in principle return themes with the same ID.- Specified by:
getThemesByIdin interfaceIPluginFormThemeRetVal- Returns:
- A map with all available form themes.
-
builder
Creates a new builder for aDefaultPluginFormThemeRetVal.- Returns:
- A new builder.
-