org.opencms.widgets
Class Messages

java.lang.Object
  extended by org.opencms.i18n.A_CmsMessageBundle
      extended by org.opencms.widgets.Messages
All Implemented Interfaces:
I_CmsMessageBundle

public final class Messages
extends A_CmsMessageBundle

Convenience class to access the localized messages of this OpenCms package.

Since:
6.0.0
Version:
$Revision: 1.9 $

Field Summary
static String ERR_EDITOR_MESSAGE_NOSELECTION_0
          Message constant for key in the resource bundle.
static String ERR_MALFORMED_SELECT_OPTIONS_1
          Message constant for key in the resource bundle.
static String ERR_MAP_DUPLICATE_KEY_3
          Message constant for key in the resource bundle.
static String ERR_MAP_PARAMETER_FORM_1
          Message constant for key in the resource bundle.
static String ERR_NO_PROPERTY_2
          Message constant for key in the resource bundle.
static String ERR_NO_WIDGET_DIALOG_0
          Message constant for key in the resource bundle.
static String ERR_PARSE_DATETIME_1
          Message constant for key in the resource bundle.
static String ERR_PROPERTY_READ_2
          Message constant for key in the resource bundle.
static String ERR_PROPERTY_WRITE_3
          Message constant for key in the resource bundle.
static String ERR_WIDGETCOLLECTOR_ADD_1
          Message constant for key in the resource bundle.
static String GUI_BUTTON_ANCHOR_0
          Message constant for key in the resource bundle.
static String GUI_BUTTON_COLOR_0
          Message constant for key in the resource bundle.
static String GUI_BUTTON_ERASE_0
          Message constant for key in the resource bundle.
static String GUI_BUTTON_LINKTO_0
          Message constant for key in the resource bundle.
static String GUI_BUTTON_PREVIEW_0
          Message constant for key in the resource bundle.
static String GUI_DIALOG_COLOR_TITLE_0
          Message constant for key in the resource bundle.
static String GUI_EDITOR_BUTTON_DOWNLOADLIST_0
          Message constant for key in the resource bundle.
static String GUI_EDITOR_BUTTON_HTMLLIST_0
          Message constant for key in the resource bundle.
static String GUI_EDITOR_BUTTON_IMAGELIST_0
          Message constant for key in the resource bundle.
static String GUI_EDITOR_BUTTON_LINKLIST_0
          Message constant for key in the resource bundle.
static String GUI_EDITOR_BUTTON_TABLELIST_0
          Message constant for key in the resource bundle.
static String LOG_CREATE_HTMLWIDGET_INSTANCE_FAILED_1
          Message constant for key in the resource bundle.
static String LOG_DEBUG_WIDGETCOLLECTOR_ADD_1
          Message constant for key in the resource bundle.
 
Method Summary
static I_CmsMessageBundle get()
          Returns an instance of this localized message accessor.
 String getBundleName()
          Returns the bundle name for this OpenCms package.
static String getButtonName(String gallery)
          Create button message key.
 
Methods inherited from class org.opencms.i18n.A_CmsMessageBundle
container, container, container, container, container, getBundle, getBundle, getOpenCmsMessageBundles, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERR_EDITOR_MESSAGE_NOSELECTION_0

public static final String ERR_EDITOR_MESSAGE_NOSELECTION_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_MALFORMED_SELECT_OPTIONS_1

public static final String ERR_MALFORMED_SELECT_OPTIONS_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_MAP_DUPLICATE_KEY_3

public static final String ERR_MAP_DUPLICATE_KEY_3
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_MAP_PARAMETER_FORM_1

public static final String ERR_MAP_PARAMETER_FORM_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_NO_PROPERTY_2

public static final String ERR_NO_PROPERTY_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_NO_WIDGET_DIALOG_0

public static final String ERR_NO_WIDGET_DIALOG_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_PARSE_DATETIME_1

public static final String ERR_PARSE_DATETIME_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_PROPERTY_READ_2

public static final String ERR_PROPERTY_READ_2
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_PROPERTY_WRITE_3

public static final String ERR_PROPERTY_WRITE_3
Message constant for key in the resource bundle.

See Also:
Constant Field Values

ERR_WIDGETCOLLECTOR_ADD_1

public static final String ERR_WIDGETCOLLECTOR_ADD_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_BUTTON_ANCHOR_0

public static final String GUI_BUTTON_ANCHOR_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_BUTTON_COLOR_0

public static final String GUI_BUTTON_COLOR_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_BUTTON_ERASE_0

public static final String GUI_BUTTON_ERASE_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_BUTTON_LINKTO_0

public static final String GUI_BUTTON_LINKTO_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_BUTTON_PREVIEW_0

public static final String GUI_BUTTON_PREVIEW_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_DIALOG_COLOR_TITLE_0

public static final String GUI_DIALOG_COLOR_TITLE_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_EDITOR_BUTTON_DOWNLOADLIST_0

public static final String GUI_EDITOR_BUTTON_DOWNLOADLIST_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_EDITOR_BUTTON_HTMLLIST_0

public static final String GUI_EDITOR_BUTTON_HTMLLIST_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_EDITOR_BUTTON_IMAGELIST_0

public static final String GUI_EDITOR_BUTTON_IMAGELIST_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_EDITOR_BUTTON_LINKLIST_0

public static final String GUI_EDITOR_BUTTON_LINKLIST_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

GUI_EDITOR_BUTTON_TABLELIST_0

public static final String GUI_EDITOR_BUTTON_TABLELIST_0
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_CREATE_HTMLWIDGET_INSTANCE_FAILED_1

public static final String LOG_CREATE_HTMLWIDGET_INSTANCE_FAILED_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values

LOG_DEBUG_WIDGETCOLLECTOR_ADD_1

public static final String LOG_DEBUG_WIDGETCOLLECTOR_ADD_1
Message constant for key in the resource bundle.

See Also:
Constant Field Values
Method Detail

get

public static I_CmsMessageBundle get()
Returns an instance of this localized message accessor.

Returns:
an instance of this localized message accessor

getButtonName

public static String getButtonName(String gallery)
Create button message key.

Parameters:
gallery - name
Returns:
Button message key as String

getBundleName

public String getBundleName()
Returns the bundle name for this OpenCms package.

Returns:
the bundle name for this OpenCms package