Package de.xima.fc.interfaces.form
Interface IFormThemeResource
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
FormThemeResource
public interface IFormThemeResource extends Serializable
A single resource from aIFormTheme
. Used when the form is rendered.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormThemeFileReference
getThemeFile()
Gets the reference to the file from the form theme.
-
-
-
Method Detail
-
getThemeFile
FormThemeFileReference getThemeFile()
Gets the reference to the file from the form theme.- Returns:
- The reference to the file from the form theme.
-
-