org.apache.myfaces.custom.navmenu
Enum UINavigationMenuItem.PropertyKeys

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

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


Enum Constant Summary
actionExpression
           
actionListener
           
active
           
activeOnViewIds
           
disabled
           
disabledStyle
           
disabledStyleClass
           
enabledOnUserRole
           
externalLink
           
icon
           
immediate
           
open
           
split
           
target
           
visibleOnUserRole
           
 
Method Summary
static UINavigationMenuItem.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UINavigationMenuItem.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

icon

public static final UINavigationMenuItem.PropertyKeys icon

split

public static final UINavigationMenuItem.PropertyKeys split

open

public static final UINavigationMenuItem.PropertyKeys open

active

public static final UINavigationMenuItem.PropertyKeys active

immediate

public static final UINavigationMenuItem.PropertyKeys immediate

externalLink

public static final UINavigationMenuItem.PropertyKeys externalLink

actionExpression

public static final UINavigationMenuItem.PropertyKeys actionExpression

actionListener

public static final UINavigationMenuItem.PropertyKeys actionListener

target

public static final UINavigationMenuItem.PropertyKeys target

disabled

public static final UINavigationMenuItem.PropertyKeys disabled

disabledStyle

public static final UINavigationMenuItem.PropertyKeys disabledStyle

disabledStyleClass

public static final UINavigationMenuItem.PropertyKeys disabledStyleClass

activeOnViewIds

public static final UINavigationMenuItem.PropertyKeys activeOnViewIds

enabledOnUserRole

public static final UINavigationMenuItem.PropertyKeys enabledOnUserRole

visibleOnUserRole

public static final UINavigationMenuItem.PropertyKeys visibleOnUserRole
Method Detail

values

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