|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EmbeddedPosition>
com.smartgwt.client.types.EmbeddedPosition
public enum EmbeddedPosition
The position of an embedded ListGrid component with respect to the record or cell.
Enum Constant Summary | |
---|---|
EXPAND
Component should be placed underneath normal record or cell content, expanding the records. |
|
WITHIN
Component should be placed within the normal area of the record or cell. |
Method Summary | |
---|---|
String |
getValue()
|
static EmbeddedPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EmbeddedPosition[] |
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 EmbeddedPosition EXPAND
virtualScrolling
should be enabled.
public static final EmbeddedPosition WITHIN
snapTo
positioning settings are also allowed and refer to the rectangle of the record or cell.
Method Detail |
---|
public static EmbeddedPosition[] values()
for (EmbeddedPosition c : EmbeddedPosition.values()) System.out.println(c);
public static EmbeddedPosition 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 |