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
selection
public static final Tree.PropertyKeys selection
style
public static final Tree.PropertyKeys style
styleClass
public static final Tree.PropertyKeys styleClass
selectionMode
public static final Tree.PropertyKeys selectionMode
highlight
public static final Tree.PropertyKeys highlight
datakey
public static final Tree.PropertyKeys datakey
animate
public static final Tree.PropertyKeys animate
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 © 2012. All Rights Reserved.