org.apache.myfaces.custom.tree2
Enum HtmlTree.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<HtmlTree.PropertyKeys>
      extended by org.apache.myfaces.custom.tree2.HtmlTree.PropertyKeys
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<HtmlTree.PropertyKeys>
Enclosing class:
HtmlTree

protected static enum HtmlTree.PropertyKeys
extends java.lang.Enum<HtmlTree.PropertyKeys>


Enum Constant Summary
imageLibrary
           
imageLocation
           
javascriptLibrary
           
javascriptLocation
           
preserveToggle
           
showLines
           
showNav
           
showRootNode
           
styleLibrary
           
styleLocation
           
 
Method Summary
static HtmlTree.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HtmlTree.PropertyKeys[] values()
          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

showNav

public static final HtmlTree.PropertyKeys showNav

showLines

public static final HtmlTree.PropertyKeys showLines

showRootNode

public static final HtmlTree.PropertyKeys showRootNode

preserveToggle

public static final HtmlTree.PropertyKeys preserveToggle

javascriptLocation

public static final HtmlTree.PropertyKeys javascriptLocation

imageLocation

public static final HtmlTree.PropertyKeys imageLocation

styleLocation

public static final HtmlTree.PropertyKeys styleLocation

javascriptLibrary

public static final HtmlTree.PropertyKeys javascriptLibrary

imageLibrary

public static final HtmlTree.PropertyKeys imageLibrary

styleLibrary

public static final HtmlTree.PropertyKeys styleLibrary
Method Detail

values

public static HtmlTree.PropertyKeys[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (HtmlTree.PropertyKeys c : HtmlTree.PropertyKeys.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static HtmlTree.PropertyKeys valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.