Uses of Enum
org.opencms.ui.editors.messagebundle.CmsMessageBundleEditorTypes.BundleType
Packages that use CmsMessageBundleEditorTypes.BundleType
Package
Description
The data bindings and logic for the translator editor.
-
Uses of CmsMessageBundleEditorTypes.BundleType in org.opencms.ui.editors.messagebundle
Methods in org.opencms.ui.editors.messagebundle that return CmsMessageBundleEditorTypes.BundleTypeModifier and TypeMethodDescriptionCmsMessageBundleEditorModel.getBundleType()
Returns the type of the currently edited bundle.CmsMessageBundleEditorTypes.BundleType.toBundleType
(String value) An adjusted version of what is typically Enum.valueOf().Returns the enum constant of this type with the specified name.CmsMessageBundleEditorTypes.BundleType.values()
Returns an array containing the constants of this enum type, in the order they are declared.