|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Tree.CheckNodes>
com.sencha.gxt.widget.core.client.tree.Tree.CheckNodes
public static enum Tree.CheckNodes
Check nodes enum.
| Enum Constant Summary | |
|---|---|
BOTH
Check boxes for both leafs and parent nodes. |
|
LEAF
Check boxes for only leaf nodes. |
|
PARENT
Check boxes for only parent nodes. |
|
| Method Summary | |
|---|---|
static Tree.CheckNodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Tree.CheckNodes[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Tree.CheckNodes BOTH
public static final Tree.CheckNodes LEAF
public static final Tree.CheckNodes PARENT
| Method Detail |
|---|
public static Tree.CheckNodes[] values()
for (Tree.CheckNodes c : Tree.CheckNodes.values()) System.out.println(c);
public static Tree.CheckNodes 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 name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||