Interface IReferencableFormTheme
-
- All Known Implementing Classes:
DefaultReferencableFormTheme
public interface IReferencableFormTheme
Wrapper for aIFormTheme
together with areference
to that form theme. The reference can be serialized to a string and used as an ID to retrieve the form theme later. For example, the reference could be used in a URL.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormThemeReference
reference()
Gets the reference to the form theme.IFormTheme
theme()
Gets the actual form theme implementation.
-
-
-
Method Detail
-
reference
FormThemeReference reference()
Gets the reference to the form theme.- Returns:
- The reference to the form theme.
-
theme
IFormTheme theme()
Gets the actual form theme implementation.- Returns:
- The actual form theme implementation.
-
-