org.apache.myfaces.custom.navmenu.htmlnavmenu
Enum HtmlCommandNavigationItem.PropertyKeys

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

protected static enum HtmlCommandNavigationItem.PropertyKeys
extends Enum<HtmlCommandNavigationItem.PropertyKeys>


Enum Constant Summary
accesskey
           
active
           
activeOnViewIds
           
charset
           
coords
           
dir
           
disabled
           
externalLink
           
hreflang
           
lang
           
onblur
           
onclick
           
ondblclick
           
onfocus
           
onkeydown
           
onkeypress
           
onkeyup
           
onmousedown
           
onmousemove
           
onmouseout
           
onmouseover
           
onmouseup
           
open
           
rel
           
rev
           
shape
           
style
           
styleClass
           
tabindex
           
target
           
title
           
type
           
 
Method Summary
static HtmlCommandNavigationItem.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HtmlCommandNavigationItem.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

open

public static final HtmlCommandNavigationItem.PropertyKeys open

active

public static final HtmlCommandNavigationItem.PropertyKeys active

activeOnViewIds

public static final HtmlCommandNavigationItem.PropertyKeys activeOnViewIds

externalLink

public static final HtmlCommandNavigationItem.PropertyKeys externalLink

disabled

public static final HtmlCommandNavigationItem.PropertyKeys disabled

style

public static final HtmlCommandNavigationItem.PropertyKeys style

styleClass

public static final HtmlCommandNavigationItem.PropertyKeys styleClass

tabindex

public static final HtmlCommandNavigationItem.PropertyKeys tabindex

onblur

public static final HtmlCommandNavigationItem.PropertyKeys onblur

onfocus

public static final HtmlCommandNavigationItem.PropertyKeys onfocus

accesskey

public static final HtmlCommandNavigationItem.PropertyKeys accesskey

onclick

public static final HtmlCommandNavigationItem.PropertyKeys onclick

ondblclick

public static final HtmlCommandNavigationItem.PropertyKeys ondblclick

onkeydown

public static final HtmlCommandNavigationItem.PropertyKeys onkeydown

onkeypress

public static final HtmlCommandNavigationItem.PropertyKeys onkeypress

onkeyup

public static final HtmlCommandNavigationItem.PropertyKeys onkeyup

onmousedown

public static final HtmlCommandNavigationItem.PropertyKeys onmousedown

onmousemove

public static final HtmlCommandNavigationItem.PropertyKeys onmousemove

onmouseout

public static final HtmlCommandNavigationItem.PropertyKeys onmouseout

onmouseover

public static final HtmlCommandNavigationItem.PropertyKeys onmouseover

onmouseup

public static final HtmlCommandNavigationItem.PropertyKeys onmouseup

dir

public static final HtmlCommandNavigationItem.PropertyKeys dir

lang

public static final HtmlCommandNavigationItem.PropertyKeys lang

title

public static final HtmlCommandNavigationItem.PropertyKeys title

charset

public static final HtmlCommandNavigationItem.PropertyKeys charset

coords

public static final HtmlCommandNavigationItem.PropertyKeys coords

hreflang

public static final HtmlCommandNavigationItem.PropertyKeys hreflang

rel

public static final HtmlCommandNavigationItem.PropertyKeys rel

rev

public static final HtmlCommandNavigationItem.PropertyKeys rev

shape

public static final HtmlCommandNavigationItem.PropertyKeys shape

target

public static final HtmlCommandNavigationItem.PropertyKeys target

type

public static final HtmlCommandNavigationItem.PropertyKeys type
Method Detail

values

public static HtmlCommandNavigationItem.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 (HtmlCommandNavigationItem.PropertyKeys c : HtmlCommandNavigationItem.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 HtmlCommandNavigationItem.PropertyKeys valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


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