org.primefaces.component.tree
Enum Tree.PropertyKeys
java.lang.Object
java.lang.Enum<Tree.PropertyKeys>
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>
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
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.