protected static enum DraggableBase.PropertyKeys extends java.lang.Enum<DraggableBase.PropertyKeys>
| Enum Constant and Description |
|---|
axis |
containment |
cursor |
datasource |
disabled |
dragOnly |
dragStartListener |
forValue |
grid |
handle |
helper |
opacity |
revert |
scope |
snap |
snapMode |
snapTolerance |
stack |
widgetVar |
zindex |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static DraggableBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DraggableBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DraggableBase.PropertyKeys axis
public static final DraggableBase.PropertyKeys containment
public static final DraggableBase.PropertyKeys cursor
public static final DraggableBase.PropertyKeys datasource
public static final DraggableBase.PropertyKeys disabled
public static final DraggableBase.PropertyKeys dragOnly
public static final DraggableBase.PropertyKeys dragStartListener
public static final DraggableBase.PropertyKeys forValue
public static final DraggableBase.PropertyKeys grid
public static final DraggableBase.PropertyKeys handle
public static final DraggableBase.PropertyKeys helper
public static final DraggableBase.PropertyKeys opacity
public static final DraggableBase.PropertyKeys revert
public static final DraggableBase.PropertyKeys scope
public static final DraggableBase.PropertyKeys snap
public static final DraggableBase.PropertyKeys snapMode
public static final DraggableBase.PropertyKeys snapTolerance
public static final DraggableBase.PropertyKeys stack
public static final DraggableBase.PropertyKeys widgetVar
public static final DraggableBase.PropertyKeys zindex
public static DraggableBase.PropertyKeys[] values()
for (DraggableBase.PropertyKeys c : DraggableBase.PropertyKeys.values()) System.out.println(c);
public static DraggableBase.PropertyKeys 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 namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<DraggableBase.PropertyKeys>Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.