|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ExpansionMode>
com.smartgwt.client.types.ExpansionMode
public enum ExpansionMode
Enum Constant Summary | |
---|---|
DETAIL_FIELD
Show a single field's value in an HTMLFlow. |
|
DETAIL_RELATED
Drop the drag-item over (onto) the target-row. |
|
DETAILS
Show a DetailViewer displaying the remaining fields. |
|
EDITOR
Show a DynamicForm to edit the record |
|
RELATED
Show a seperate ListGrid containg Related-records. |
Method Summary | |
---|---|
String |
getValue()
|
static ExpansionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExpansionMode[] |
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 ExpansionMode DETAIL_FIELD
public static final ExpansionMode DETAILS
public static final ExpansionMode RELATED
public static final ExpansionMode EDITOR
public static final ExpansionMode DETAIL_RELATED
Method Detail |
---|
public static ExpansionMode[] values()
for (ExpansionMode c : ExpansionMode.values()) System.out.println(c);
public static ExpansionMode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getValue()
getValue
in interface ValueEnum
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |