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 FormThemeReference
reference()
Gets the reference to the form theme.IFormTheme
theme()
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:IReferencableFormTheme
Gets the reference to the form theme.- Specified by:
reference
in interfaceIReferencableFormTheme
- Returns:
- The reference to the form theme.
-
theme
public IFormTheme theme()
Description copied from interface:IReferencableFormTheme
Gets the actual form theme implementation.- Specified by:
theme
in interfaceIReferencableFormTheme
- Returns:
- The actual form theme implementation.
-
-