|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MenuFieldID>
com.smartgwt.client.types.MenuFieldID
public enum MenuFieldID
Simple string identifiers for standard menu fields.
Enum Constant Summary | |
---|---|
ICON
Displays the icon field for the menu. |
|
KEY
Displays the key field for the menu. |
|
SUBMENU
Field to display the submenu image for items that have a submenu. |
|
TITLE
Displays the item's title |
Method Summary | |
---|---|
java.lang.String |
getValue()
|
static MenuFieldID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MenuFieldID[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MenuFieldID ICON
public static final MenuFieldID TITLE
public static final MenuFieldID KEY
public static final MenuFieldID SUBMENU
Method Detail |
---|
public static final MenuFieldID[] values()
for(MenuFieldID c : MenuFieldID.values()) System.out.println(c);
public static MenuFieldID 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 namepublic java.lang.String getValue()
getValue
in interface ValueEnum
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |