|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<NavigatorPanelLevel>
com.sage.swt.client.widget.NavigatorPanelLevel
public enum NavigatorPanelLevel
List of possible panel levels for the navigator.
Enum Constant Summary | |
---|---|
PRIMARY
|
|
SECONDARY
|
|
TERTIARY
|
Method Summary | |
---|---|
static NavigatorPanelLevel |
fromValue(java.lang.String value)
Gets the appropriate navigator panel level given its name. |
java.lang.String |
getDisplayName()
Gets the display name associated with the navigator panel level. |
java.lang.String |
getValue()
Gets the string value for the navigator panel level. |
static NavigatorPanelLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NavigatorPanelLevel[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final NavigatorPanelLevel PRIMARY
public static final NavigatorPanelLevel SECONDARY
public static final NavigatorPanelLevel TERTIARY
Method Detail |
---|
public static NavigatorPanelLevel[] values()
for (NavigatorPanelLevel c : NavigatorPanelLevel.values()) System.out.println(c);
public static NavigatorPanelLevel 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getDisplayName()
public java.lang.String getValue()
public static NavigatorPanelLevel fromValue(java.lang.String value)
value
- The string equivalent value of the navigator panel level.
java.lang.NullPointerException
- The name is null
java.lang.IllegalArgumentException
- The name does not correspond to a menu type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |