|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<DragAppearance>
com.smartgwt.client.types.DragAppearance
public enum DragAppearance
Different types of effects for showing dragging behavior.
| Enum Constant Summary | |
|---|---|
NONE
No default drag appearance is indicated. |
|
OUTLINE
An outline the size of the target object is moved, resized, etc. |
|
TARGET
The target object is actually moved, resized, etc. |
|
TRACKER
A "drag tracker" object is automatically shown and moved around with the mouse. |
|
| Method Summary | |
|---|---|
String |
getValue()
|
static DragAppearance |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DragAppearance[] |
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 DragAppearance NONE
public static final DragAppearance TRACKER
public static final DragAppearance TARGET
public static final DragAppearance OUTLINE
| Method Detail |
|---|
public static DragAppearance[] values()
for (DragAppearance c : DragAppearance.values()) System.out.println(c);
public static DragAppearance 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 | ||||||||