Interface IReferencableFormTheme

All Known Implementing Classes:
DefaultReferencableFormTheme

public interface IReferencableFormTheme
Wrapper for a IFormTheme together with a reference 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

    Modifier and Type
    Method
    Description
    Gets the reference to the form theme.
    Gets the actual form theme implementation.
  • Method Details

    • 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.