public final enum

TreeSelectable

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.apache.myfaces.tobago.model.TreeSelectable

Summary

Enum Values
TreeSelectable  MULTI   
TreeSelectable  MULTI_LEAF_ONLY   
TreeSelectable  MULTI_SUB_TREE   
TreeSelectable  OFF   
TreeSelectable  SIBLING   
TreeSelectable  SIBLING_LEAF_ONLY   
TreeSelectable  SINGLE   
TreeSelectable  SINGLE_LEAF_ONLY   
TreeSelectable  SINGLE_SUB_TREE   
Public Methods
String getValue()
boolean isSupportedByTree()
boolean isSupportedByTreeListbox()
static TreeSelectable parse(String name)
static TreeSelectable valueOf(String name)
final static TreeSelectable[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final TreeSelectable MULTI

public static final TreeSelectable MULTI_LEAF_ONLY

public static final TreeSelectable MULTI_SUB_TREE

public static final TreeSelectable OFF

public static final TreeSelectable SIBLING

public static final TreeSelectable SIBLING_LEAF_ONLY

public static final TreeSelectable SINGLE

public static final TreeSelectable SINGLE_LEAF_ONLY

public static final TreeSelectable SINGLE_SUB_TREE

Public Methods

public String getValue ()

public boolean isSupportedByTree ()

public boolean isSupportedByTreeListbox ()

public static TreeSelectable parse (String name)

Parameters
name Name of the TreeSelectable
Returns
  • The matching tree selection (can't be null).
Throws
IllegalArgumentException When the name doesn't match any TreeSelectable.

public static TreeSelectable valueOf (String name)

public static final TreeSelectable[] values ()