Class CmsElementViewPreference
java.lang.Object
org.opencms.configuration.preferences.A_CmsPreference
org.opencms.configuration.preferences.CmsBuiltinPreference
org.opencms.configuration.preferences.CmsElementViewPreference
- All Implemented Interfaces:
I_CmsPreference
- Direct Known Subclasses:
CmsExplorerElementViewPreference
Element view preference configuration.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opencms.configuration.preferences.CmsBuiltinPreference
CmsBuiltinPreference.SelectOptions
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Preference name for the explorer.static final String
The preference name.Fields inherited from class org.opencms.configuration.preferences.CmsBuiltinPreference
m_basic, m_hidden
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the nice name key.Gets the user-independent property configuration.Gets the metadata describing how the setting should be edited.Methods inherited from class org.opencms.configuration.preferences.CmsBuiltinPreference
getDefaultValue, getName, getTab, getValue, setValue
Methods inherited from class org.opencms.configuration.preferences.A_CmsPreference
createConfigurationItem, isDisabled
-
Field Details
-
PREFERENCE_NAME
The preference name.- See Also:
-
EXPLORER_PREFERENCE_NAME
Preference name for the explorer.- See Also:
-
-
Constructor Details
-
CmsElementViewPreference
Constructor.- Parameters:
propName
- the name of the bean property used to access this preference
-
-
Method Details
-
getNiceName
Gets the nice name key.- Returns:
- the nice name key
-
getPropertyDefinition
Description copied from class:A_CmsPreference
Gets the user-independent property configuration.This is what is used to write the preference back to the workplace configuration.
- Overrides:
getPropertyDefinition
in classCmsBuiltinPreference
- Returns:
- the property configuration
- See Also:
-
getPropertyDefinition
Description copied from interface:I_CmsPreference
Gets the metadata describing how the setting should be edited.- Specified by:
getPropertyDefinition
in interfaceI_CmsPreference
- Overrides:
getPropertyDefinition
in classA_CmsPreference
- Parameters:
cms
- the current CMS context- Returns:
- the metadata for the client which describes how the setting should be edited
- See Also:
-