org.primefaces.component.tree
Enum Tree.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<Tree.PropertyKeys>
      extended by org.primefaces.component.tree.Tree.PropertyKeys
All Implemented Interfaces:
Serializable, Comparable<Tree.PropertyKeys>
Enclosing class:
Tree

protected static enum Tree.PropertyKeys
extends Enum<Tree.PropertyKeys>


Enum Constant Summary
animate
           
cache
           
datakey
           
dir
           
dragdropScope
           
draggable
           
dragMode
           
droppable
           
dropRestrict
           
dynamic
           
highlight
           
onNodeClick
           
orientation
           
propagateSelectionDown
           
propagateSelectionUp
           
style
           
styleClass
           
widgetVar
           
 
Method Summary
 String toString()
           
static Tree.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Tree.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 Tree.PropertyKeys widgetVar

dynamic

public static final Tree.PropertyKeys dynamic

cache

public static final Tree.PropertyKeys cache

onNodeClick

public static final Tree.PropertyKeys onNodeClick

style

public static final Tree.PropertyKeys style

styleClass

public static final Tree.PropertyKeys styleClass

highlight

public static final Tree.PropertyKeys highlight

datakey

public static final Tree.PropertyKeys datakey

animate

public static final Tree.PropertyKeys animate

orientation

public static final Tree.PropertyKeys orientation

propagateSelectionUp

public static final Tree.PropertyKeys propagateSelectionUp

propagateSelectionDown

public static final Tree.PropertyKeys propagateSelectionDown

dir

public static final Tree.PropertyKeys dir

draggable

public static final Tree.PropertyKeys draggable

droppable

public static final Tree.PropertyKeys droppable

dragdropScope

public static final Tree.PropertyKeys dragdropScope

dragMode

public static final Tree.PropertyKeys dragMode

dropRestrict

public static final Tree.PropertyKeys dropRestrict
Method Detail

values

public static Tree.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 (Tree.PropertyKeys c : Tree.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 Tree.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<Tree.PropertyKeys>


Copyright © 2013. All rights reserved.