Uses of Class
org.opencms.ui.editors.messagebundle.CmsMessageBundleEditorTypes.TableProperty
-
Packages that use CmsMessageBundleEditorTypes.TableProperty Package Description org.opencms.ui.editors.messagebundle The data bindings and logic for the translator editor. -
-
Uses of CmsMessageBundleEditorTypes.TableProperty in org.opencms.ui.editors.messagebundle
Methods in org.opencms.ui.editors.messagebundle that return CmsMessageBundleEditorTypes.TableProperty Modifier and Type Method 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.Methods in org.opencms.ui.editors.messagebundle that return types with arguments of type CmsMessageBundleEditorTypes.TableProperty Modifier and Type Method 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.Methods in org.opencms.ui.editors.messagebundle with parameters of type CmsMessageBundleEditorTypes.TableProperty Modifier and Type Method Description java.lang.String
CmsMessageBundleEditorModel.ConfigurableMessages. getColumnHeader(CmsMessageBundleEditorTypes.TableProperty column)
Returns the localized column header.
-