Class DefaultPluginFormThemeRetVal.Builder
java.lang.Object
de.xima.fc.plugin.models.retval.form.DefaultPluginFormThemeRetVal.Builder
- Enclosing class:
DefaultPluginFormThemeRetVal
Simple builder for a
DefaultPluginFormThemeRetVal.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newDefaultPluginFormThemeRetValwith the current configuration.themesById(Map<String, IFormTheme> themesById) Sets the map with the themes the plugin can provide, indexed by their ID.
-
Method Details
-
build
Builds a newDefaultPluginFormThemeRetValwith the current configuration. Subsequent changes to this builder will not affect the returned object.- Returns:
- A new
DefaultPluginFormThemeRetVal.
-
themesById
Sets the map with the themes the plugin can provide, indexed by their ID.- Parameters:
themesById- The map with the themes the plugin can provide, indexed by their ID.- Returns:
- This builder for chaining method calls.
-