org.apache.myfaces.custom.toggle
Enum ToggleLink.PropertyKeys

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

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


Enum Constant Summary
disabled
           
enabledOnUserRole
           
forceId
           
forceIdIndex
           
forVal
           
onClickFocusId
           
visibleOnUserRole
           
 
Method Summary
 java.lang.String toString()
           
static ToggleLink.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ToggleLink.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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

forVal

public static final ToggleLink.PropertyKeys forVal

disabled

public static final ToggleLink.PropertyKeys disabled

onClickFocusId

public static final ToggleLink.PropertyKeys onClickFocusId

forceId

public static final ToggleLink.PropertyKeys forceId

forceIdIndex

public static final ToggleLink.PropertyKeys forceIdIndex

enabledOnUserRole

public static final ToggleLink.PropertyKeys enabledOnUserRole

visibleOnUserRole

public static final ToggleLink.PropertyKeys visibleOnUserRole
Method Detail

values

public static ToggleLink.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 (ToggleLink.PropertyKeys c : ToggleLink.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 ToggleLink.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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<ToggleLink.PropertyKeys>


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