Interface IFormThemeResource

All Superinterfaces:
Serializable
All Known Implementing Classes:
FormThemeResource

public interface IFormThemeResource extends Serializable
A single resource from a IFormTheme. Used when the form is rendered.
Since:
8.3.0
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the reference to the file from the form theme.
  • Method Details

    • getThemeFile

      FormThemeFileReference getThemeFile()
      Gets the reference to the file from the form theme.
      Returns:
      The reference to the file from the form theme.