Uses of Enum
de.xima.fc.mdl.profile.EFormThemeEditMode
Packages that use EFormThemeEditMode
-
Uses of EFormThemeEditMode in de.xima.fc.gui.bean.form_theme
Methods in de.xima.fc.gui.bean.form_theme that return EFormThemeEditModeModifier and TypeMethodDescriptionFormThemeBean.getEditMode()Gets the UI mode for editing client form themes. -
Uses of EFormThemeEditMode in de.xima.fc.mdl.profile
Subclasses with type arguments of type EFormThemeEditMode in de.xima.fc.mdl.profileMethods in de.xima.fc.mdl.profile that return EFormThemeEditModeModifier and TypeMethodDescriptionClientFormThemePreferences.getEditMode()Gets the UI mode for editing client form themes.static EFormThemeEditModeReturns 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 EFormThemeEditModeModifier and TypeMethodDescriptionvoidClientFormThemePreferences.setEditMode(EFormThemeEditMode editMode) Sets the UI mode for editing client form themes.