Uses of Class
de.xima.fc.mdl.profile.EFormThemeEditMode
-
Packages that use EFormThemeEditMode Package Description de.xima.fc.gui.bean.form_theme de.xima.fc.mdl.profile -
-
Uses of EFormThemeEditMode in de.xima.fc.gui.bean.form_theme
Methods in de.xima.fc.gui.bean.form_theme that return EFormThemeEditMode Modifier and Type Method Description EFormThemeEditMode
FormThemeBean. getEditMode()
Gets the UI mode for editing client form themes. -
Uses of EFormThemeEditMode in de.xima.fc.mdl.profile
Methods in de.xima.fc.mdl.profile that return EFormThemeEditMode Modifier and Type Method Description EFormThemeEditMode
ClientFormThemePreferences. getEditMode()
Gets the UI mode for editing client form themes.static EFormThemeEditMode
EFormThemeEditMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static EFormThemeEditMode[]
EFormThemeEditMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.mdl.profile with parameters of type EFormThemeEditMode Modifier and Type Method Description void
ClientFormThemePreferences. setEditMode(EFormThemeEditMode editMode)
Sets the UI mode for editing client form themes.
-