See: Description
Interface | Description |
---|---|
I_CmsPreference |
Interface describing a single preference value which can possibly be edited by the user.
|
Class | Description |
---|---|
A_CmsPreference |
Abstract superclass for preferences.
|
CmsBuiltinPreference |
Preference subclass for built-in preferences accessed with a getter/setter pair via reflection.
|
CmsBuiltinPreference.SelectOptions |
A bean representing a set of select options.
|
CmsEditorPreference |
Preference subclass for preferred editors.
|
CmsElementViewPreference |
Element view preference configuration.
|
CmsExplorerElementViewPreference |
Explorer element view preference.
|
CmsGalleryShowInvalidDefaultPreference |
Class for the preference which controls whether invalid elements should be shown by default in the gallery result tab.
|
CmsHiddenBuiltinPreference |
Class for preferences that are not meant to be displayed in the preference dialog.
|
CmsLanguagePreference |
Workplace locale preference.
|
CmsPreferenceData |
Bean representing the configurable attributes for a preference.
|
CmsProjectPreference |
Preference subclass for selecting the start project.
|
CmsSitePreference |
Preference for the start site.
|
CmsStartFolderPreference |
Preference for the start folder.
|
CmsStartGallleryPreference |
Start gallery preference.
|
CmsStartViewPreference |
Preference for the start site.
|
CmsTimeWarpPreference |
Preference for the timewarp widget.
|
CmsUserDefinedPreference |
Subclass for user-defined preferences.
|
CmsUserSettingsStringPropertyWrapper |
Bean used to access the built-in preferences via reflection.
|
CmsWorkplaceModePreference |
Workplace mode preference configuration.
|
CmsWrapperPreference |
Wrapper used for built-in preferene which have also been configured in opencms-workplace.xml.
|
Annotation Type | Description |
---|---|
PrefMetadata |
Annotation used for declaring that a specific preference class should be used for a built-in preference.
|