|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TreeSelectable>
org.apache.myfaces.tobago.model.TreeSelectable
Selectable
@Deprecated public enum TreeSelectable
Enum Constant Summary | |
---|---|
MULTI
Deprecated. |
|
MULTI_LEAF_ONLY
Deprecated. |
|
MULTI_SUB_TREE
Deprecated. |
|
OFF
Deprecated. |
|
SIBLING
Deprecated. |
|
SIBLING_LEAF_ONLY
Deprecated. |
|
SINGLE
Deprecated. |
|
SINGLE_LEAF_ONLY
Deprecated. |
|
SINGLE_SUB_TREE
Deprecated. |
Method Summary | |
---|---|
String |
getValue()
Deprecated. |
boolean |
isSupportedByTree()
Deprecated. |
boolean |
isSupportedByTreeListbox()
Deprecated. |
static TreeSelectable |
parse(String name)
Deprecated. |
static TreeSelectable |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static TreeSelectable[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 TreeSelectable OFF
public static final TreeSelectable MULTI
public static final TreeSelectable SINGLE
public static final TreeSelectable MULTI_LEAF_ONLY
public static final TreeSelectable SINGLE_LEAF_ONLY
public static final TreeSelectable SIBLING
public static final TreeSelectable SIBLING_LEAF_ONLY
public static final TreeSelectable MULTI_SUB_TREE
public static final TreeSelectable SINGLE_SUB_TREE
Method Detail |
---|
public static TreeSelectable[] values()
for (TreeSelectable c : TreeSelectable.values()) System.out.println(c);
public static TreeSelectable valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getValue()
public static TreeSelectable parse(String name) throws IllegalArgumentException
name
- Name of the TreeSelectable
IllegalArgumentException
- When the name doesn't match any TreeSelectable.public boolean isSupportedByTree()
public boolean isSupportedByTreeListbox()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |