Class SystemFormTheme
java.lang.Object
de.xima.fc.logic.form_theme.SystemFormTheme
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic IFormThemeforSystem(ESystemFormThemeType systemType) Creates a wrapper for a system form theme.
-
Constructor Details
-
SystemFormTheme
public SystemFormTheme()
-
-
Method Details
-
forSystem
Creates a wrapper for a system form theme.- Parameters:
systemType- Type of the system form theme.- Returns:
- A wrapper for the system form theme.
-