Class ClientFormThemePreferences
java.lang.Object
de.xima.fc.mdl.profile.ClientFormThemePreferences
- All Implemented Interfaces:
Serializable
Model for the preferences related to the UI that lets the user manage and edit
client form
themes.- Since:
- 8.3.0
- Author:
- XIMA Media GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the UI mode for editing client form themes.booleanGets whether theeditModewas already set.voidsetEditMode(EFormThemeEditMode editMode) Sets the UI mode for editing client form themes.
-
Constructor Details
-
ClientFormThemePreferences
public ClientFormThemePreferences()
-
-
Method Details
-
getEditMode
Gets the UI mode for editing client form themes. This is used to determine which parts of the UI are shown to the user. Simple mode only shows two simple CSS editors for the form and HTML template CSS, advanced mode shows a full-fledged file explorer.- Returns:
- The UI mode for editing client form themes.
-
setEditMode
Sets the UI mode for editing client form themes. This is used to determine which parts of the UI are shown to the user. Simple mode only shows two simple CSS editors for the form and HTML template CSS, advanced mode shows a full-fledged file explorer.- Parameters:
editMode- The UI mode for editing client form themes.
-
hasEditMode
public boolean hasEditMode()Gets whether theeditModewas already set. Returnsfalsewhen the user did not set the edit mode to any particular value yet.- Returns:
trueif the edit mode was set,falseotherwise.
-