protected static enum TreeBase.PropertyKeys extends java.lang.Enum<TreeBase.PropertyKeys>
| Enum Constant and Description |
|---|
accesskey |
dragHandle |
expansion |
expansionMode |
keyConverter |
reordering |
selection |
selectionMode |
selectMultiple |
stateCreationCallback |
stateMap |
stateVar |
type |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static TreeBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TreeBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreeBase.PropertyKeys accesskey
public static final TreeBase.PropertyKeys dragHandle
public static final TreeBase.PropertyKeys expansion
public static final TreeBase.PropertyKeys expansionMode
public static final TreeBase.PropertyKeys keyConverter
public static final TreeBase.PropertyKeys reordering
public static final TreeBase.PropertyKeys selectMultiple
public static final TreeBase.PropertyKeys selection
public static final TreeBase.PropertyKeys selectionMode
public static final TreeBase.PropertyKeys stateCreationCallback
public static final TreeBase.PropertyKeys stateMap
public static final TreeBase.PropertyKeys stateVar
public static final TreeBase.PropertyKeys type
public static TreeBase.PropertyKeys[] values()
for (TreeBase.PropertyKeys c : TreeBase.PropertyKeys.values()) System.out.println(c);
public static TreeBase.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<TreeBase.PropertyKeys>Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.