public final class CmsMessageBundleEditorTypes extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CmsMessageBundleEditorTypes.BundleType
Types of bundles editable by the Editor.
|
static class |
CmsMessageBundleEditorTypes.Descriptor
Helper for accessing Bundle descriptor XML contents.
|
static class |
CmsMessageBundleEditorTypes.TableProperty
The propertyIds of the table columns.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
OPTION_COLUMN_WIDTH
The width of the options column in pixel.
|
static java.lang.String |
OPTION_COLUMN_WIDTH_PX
The width of the options column in pixel.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsResource |
getDescriptor(CmsObject cms,
java.lang.String basename)
Returns the bundle descriptor for the bundle with the provided base name.
|
public static final int OPTION_COLUMN_WIDTH
public static final java.lang.String OPTION_COLUMN_WIDTH_PX
public static CmsResource getDescriptor(CmsObject cms, java.lang.String basename)
cms - CmsObject used for searching.basename - the bundle base name, for which the descriptor is searched.null if it does not exist or searching fails.