Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
static I18NKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I18NKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I18NKeys MESSAGE_INITIALIZING_TITLE
public static final I18NKeys MESSAGE_INITIALIZING_TEXT
public static final I18NKeys MESSAGE_NO_VISIBLE_WINDOW_TITLE
public static final I18NKeys MESSAGE_NO_VISIBLE_WINDOW_TEXT
public static final I18NKeys MESSAGE_OLD_BROWSER
public static final I18NKeys MESSAGE_SESSION_EXPIRED
public static final I18NKeys MESSAGE_SESSION_EXPIRED_TITLE
public static final I18NKeys MESSAGE_SESSION_EXPIRED_TEXT
public static final I18NKeys MESSAGE_SESSION_EXPIRED_AUTOREFRESH
public static final I18NKeys MESSAGE_SESSION_CLOSED_TITLE
public static final I18NKeys MESSAGE_SESSION_CLOSED_TEXT
public static final I18NKeys MESSAGE_SESSION_CLOSED_BUTTON
public static final I18NKeys MESSAGE_INTERNAL_ERROR
public static final I18NKeys MESSAGE_INTERNAL_ERROR_TITLE
public static final I18NKeys MESSAGE_INTERNAL_ERROR_AUTOREFRESH
public static final I18NKeys MESSAGE_AJAXSWING_ERROR_TITLE
public static final I18NKeys MESSAGE_AJAXSWING_ERROR_INTERNAL
public static final I18NKeys MESSAGE_AJAXSWING_ERROR_TEXT
public static final I18NKeys MESSAGE_AJAXSWING_ERROR_BUTTON_TEXT
public static final I18NKeys MESSAGE_AJAXSWING_ERROR_BOTTOM_TEXT
public static final I18NKeys MESSAGE_WINDOW_CLICK_TO_MAXIMIZE_RESTORE
public static final I18NKeys MESSAGE_WINDOW_CLICK_TO_CLOSE
public static final I18NKeys MESSAGE_WINDOW_DRAG_TO_MOVE
public static final I18NKeys MESSAGE_WINDOW_DRAG_TO_RESIZE
public static I18NKeys[] values()
for (I18NKeys c : I18NKeys.values()) System.out.println(c);
public static I18NKeys valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getKey()
Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.