public static enum Tree.PropertyKeys extends Enum<Tree.PropertyKeys>
Enum Constant and Description |
---|
animate |
cache |
datakey |
dir |
dragdropScope |
draggable |
dragMode |
droppable |
dropRestrict |
dynamic |
filterBy |
filterMatchMode |
highlight |
onNodeClick |
orientation |
propagateSelectionDown |
propagateSelectionUp |
style |
styleClass |
tabindex |
widgetVar |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final Tree.PropertyKeys widgetVar
public static final Tree.PropertyKeys dynamic
public static final Tree.PropertyKeys cache
public static final Tree.PropertyKeys onNodeClick
public static final Tree.PropertyKeys style
public static final Tree.PropertyKeys styleClass
public static final Tree.PropertyKeys highlight
public static final Tree.PropertyKeys datakey
public static final Tree.PropertyKeys animate
public static final Tree.PropertyKeys orientation
public static final Tree.PropertyKeys propagateSelectionUp
public static final Tree.PropertyKeys propagateSelectionDown
public static final Tree.PropertyKeys dir
public static final Tree.PropertyKeys draggable
public static final Tree.PropertyKeys droppable
public static final Tree.PropertyKeys dragdropScope
public static final Tree.PropertyKeys dragMode
public static final Tree.PropertyKeys dropRestrict
public static final Tree.PropertyKeys tabindex
public static final Tree.PropertyKeys filterBy
public static final Tree.PropertyKeys filterMatchMode
public static Tree.PropertyKeys[] values()
for (Tree.PropertyKeys c : Tree.PropertyKeys.values()) System.out.println(c);
public static Tree.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Tree.PropertyKeys>
Copyright © 2017. All rights reserved.