org.primefaces.component.dnd
Enum Draggable.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<Draggable.PropertyKeys>
      extended by 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>


Enum Constant Summary
axis
           
containment
           
cursor
           
dashboard
           
disabled
           
dragOnly
           
forValue
           
grid
           
handle
           
helper
           
opacity
           
proxy
           
revert
           
scope
           
snap
           
snapMode
           
snapTolerance
           
stack
           
widgetVar
           
zindex
           
 
Method Summary
 String toString()
           
static Draggable.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Draggable.PropertyKeys[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.