public static enum DraggableBase.PropertyKeys extends Enum<DraggableBase.PropertyKeys>
Enum Constant and Description |
---|
appendTo |
axis |
cancel |
containment |
cursor |
dashboard |
disabled |
dragOnly |
forValue |
grid |
handle |
helper |
onDrag |
onStart |
onStop |
opacity |
proxy |
revert |
scope |
snap |
snapMode |
snapTolerance |
stack |
widgetVar |
zindex |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static DraggableBase.PropertyKeys |
valueOf(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 widgetVar
public static final DraggableBase.PropertyKeys proxy
public static final DraggableBase.PropertyKeys dragOnly
public static final DraggableBase.PropertyKeys forValue
public static final DraggableBase.PropertyKeys disabled
public static final DraggableBase.PropertyKeys axis
public static final DraggableBase.PropertyKeys containment
public static final DraggableBase.PropertyKeys helper
public static final DraggableBase.PropertyKeys revert
public static final DraggableBase.PropertyKeys snap
public static final DraggableBase.PropertyKeys snapMode
public static final DraggableBase.PropertyKeys snapTolerance
public static final DraggableBase.PropertyKeys zindex
public static final DraggableBase.PropertyKeys handle
public static final DraggableBase.PropertyKeys opacity
public static final DraggableBase.PropertyKeys stack
public static final DraggableBase.PropertyKeys grid
public static final DraggableBase.PropertyKeys scope
public static final DraggableBase.PropertyKeys cursor
public static final DraggableBase.PropertyKeys dashboard
public static final DraggableBase.PropertyKeys appendTo
public static final DraggableBase.PropertyKeys onStart
public static final DraggableBase.PropertyKeys onStop
public static final DraggableBase.PropertyKeys onDrag
public static final DraggableBase.PropertyKeys cancel
public static DraggableBase.PropertyKeys[] values()
for (DraggableBase.PropertyKeys c : DraggableBase.PropertyKeys.values()) System.out.println(c);
public static DraggableBase.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<DraggableBase.PropertyKeys>
Copyright © 2020. All rights reserved.