Package de.xima.fc.logic.form_theme
Class SystemFormTheme
- java.lang.Object
-
- de.xima.fc.logic.form_theme.SystemFormTheme
-
public final class SystemFormTheme extends Object
IFormTheme
implementation for system form themes, i.e. built-in form themes provided by the formcycle app.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description SystemFormTheme()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IFormTheme
forSystem(ESystemFormThemeType systemType)
Creates a wrapper for a system form theme.
-
-
-
Method Detail
-
forSystem
public static IFormTheme forSystem(ESystemFormThemeType systemType)
Creates a wrapper for a system form theme.- Parameters:
systemType
- Type of the system form theme.- Returns:
- A wrapper for the system form theme.
-
-