Class CmsMessageBundleEditorModel.ConfigurableMessages
java.lang.Object
org.opencms.ui.editors.messagebundle.CmsMessageBundleEditorModel.ConfigurableMessages
- Enclosing class:
- CmsMessageBundleEditorModel
Wrapper for the configurable messages for the column headers of the message bundle editor.
-
Constructor Summary
ConstructorDescriptionConfigurableMessages
(CmsMessages defaultMessages, Locale locale, String configuredBundle) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the localized column header.
-
Constructor Details
-
ConfigurableMessages
Default constructor.- Parameters:
defaultMessages
- the default messages.locale
- the locale in which the messages are requested.configuredBundle
- the base name of the configured message bundle (can benull
).
-
-
Method Details
-
getColumnHeader
Returns the localized column header.- Parameters:
column
- the column's property (name).- Returns:
- the localized columen header.
-