| Package | Description |
|---|---|
| org.opencms.ui.editors.messagebundle |
The data bindings and logic for the translator editor.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsMessageBundleEditorTypes.TableProperty |
CmsMessageBundleEditorTypes.TableProperty.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsMessageBundleEditorTypes.TableProperty[] |
CmsMessageBundleEditorTypes.TableProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsMessageBundleEditorTypes.TableProperty> |
CmsMessageBundleEditorModel.getEditableColumns()
Returns the editable columns for the current edit mode.
|
java.util.List<CmsMessageBundleEditorTypes.TableProperty> |
CmsMessageBundleEditorModel.getEditableColumns(org.opencms.ui.editors.messagebundle.CmsMessageBundleEditorTypes.EditMode mode)
Returns the editable columns for the provided edit mode.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CmsMessageBundleEditorModel.ConfigurableMessages.getColumnHeader(CmsMessageBundleEditorTypes.TableProperty column)
Returns the localized column header.
|