org.primefaces.component.dnd
Enum Draggable.PropertyKeys
java.lang.Object
java.lang.Enum<Draggable.PropertyKeys>
org.primefaces.component.dnd.Draggable.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<Draggable.PropertyKeys>
- Enclosing class:
- Draggable
protected static enum Draggable.PropertyKeys
- extends Enum<Draggable.PropertyKeys>
widgetVar
public static final Draggable.PropertyKeys widgetVar
proxy
public static final Draggable.PropertyKeys proxy
dragOnly
public static final Draggable.PropertyKeys dragOnly
forValue
public static final Draggable.PropertyKeys forValue
disabled
public static final Draggable.PropertyKeys disabled
axis
public static final Draggable.PropertyKeys axis
containment
public static final Draggable.PropertyKeys containment
helper
public static final Draggable.PropertyKeys helper
revert
public static final Draggable.PropertyKeys revert
snap
public static final Draggable.PropertyKeys snap
snapMode
public static final Draggable.PropertyKeys snapMode
snapTolerance
public static final Draggable.PropertyKeys snapTolerance
zindex
public static final Draggable.PropertyKeys zindex
handle
public static final Draggable.PropertyKeys handle
opacity
public static final Draggable.PropertyKeys opacity
stack
public static final Draggable.PropertyKeys stack
grid
public static final Draggable.PropertyKeys grid
scope
public static final Draggable.PropertyKeys scope
cursor
public static final Draggable.PropertyKeys cursor
dashboard
public static final Draggable.PropertyKeys dashboard
values
public static Draggable.PropertyKeys[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Draggable.PropertyKeys c : Draggable.PropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Draggable.PropertyKeys valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<Draggable.PropertyKeys>
Copyright © 2013. All Rights Reserved.