Class DefaultReferencableFormTheme
java.lang.Object
de.xima.fc.form.common.models.DefaultReferencableFormTheme
- All Implemented Interfaces:
IReferencableFormTheme
Default POJO implementation of
IReferencableFormTheme.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultReferencableFormTheme(FormThemeReference reference, IFormTheme theme) Creates a new POJO with the given theme and reference. -
Method Summary
Modifier and TypeMethodDescriptionGets the reference to the form theme.theme()Gets the actual form theme implementation.
-
Constructor Details
-
DefaultReferencableFormTheme
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 Details
-
reference
Description copied from interface:IReferencableFormThemeGets the reference to the form theme.- Specified by:
referencein interfaceIReferencableFormTheme- Returns:
- The reference to the form theme.
-
theme
Description copied from interface:IReferencableFormThemeGets the actual form theme implementation.- Specified by:
themein interfaceIReferencableFormTheme- Returns:
- The actual form theme implementation.
-