Package de.xima.fc.form.common.models
Class DefaultReferencableFormTheme
- java.lang.Object
-
- de.xima.fc.form.common.models.DefaultReferencableFormTheme
-
- All Implemented Interfaces:
IReferencableFormTheme
public final class DefaultReferencableFormTheme extends Object implements IReferencableFormTheme
Default POJO implementation ofIReferencableFormTheme.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description DefaultReferencableFormTheme(FormThemeReference reference, IFormTheme theme)Creates a new POJO with the given theme and reference.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormThemeReferencereference()Gets the reference to the form theme.IFormThemetheme()Gets the actual form theme implementation.
-
-
-
Constructor Detail
-
DefaultReferencableFormTheme
public DefaultReferencableFormTheme(FormThemeReference reference, IFormTheme theme)
Creates a new POJO with the given theme and reference.- Parameters:
reference- A reference to a form theme, not null.theme- The corresponding theme handler, not null.
-
-
Method Detail
-
reference
public FormThemeReference reference()
Description copied from interface:IReferencableFormThemeGets the reference to the form theme.- Specified by:
referencein interfaceIReferencableFormTheme- Returns:
- The reference to the form theme.
-
theme
public IFormTheme theme()
Description copied from interface:IReferencableFormThemeGets the actual form theme implementation.- Specified by:
themein interfaceIReferencableFormTheme- Returns:
- The actual form theme implementation.
-
-