Class DefaultFormThemeChain
java.lang.Object
de.xima.fc.form.common.models.DefaultFormThemeChain
- All Implemented Interfaces:
IFormThemeChain, Serializable
Default POJO implementation of
IFormThemeChain.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionthemes()A list of form themes in the chain, corresponding to a form theme and all its parents.
-
Constructor Details
-
DefaultFormThemeChain
Creates a new POJO implementation ofIFormThemeChainwith the given data.- Parameters:
themes- A list of form themes in the chain, corresponding to a form theme and all its parents. The first element in the list is the topmost parent theme. The second element is the child of the first element, and so on. The last element is the theme from which the chain was created.
-
-
Method Details
-
themes
Description copied from interface:IFormThemeChainA list of form themes in the chain, corresponding to a form theme and all its parents. The first element in the list is the topmost parent theme. The second element is the child of the first element, and so on. The last element is the theme from which the chain was created.- Specified by:
themesin interfaceIFormThemeChain- Returns:
- A list of form themes in the chain, starting with the topmost parent theme.
-