org.apache.myfaces.custom.navigation
Enum HtmlCommandNavigation.PropertyKeys
java.lang.Object
java.lang.Enum<HtmlCommandNavigation.PropertyKeys>
org.apache.myfaces.custom.navigation.HtmlCommandNavigation.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<HtmlCommandNavigation.PropertyKeys>
- Enclosing class:
- HtmlCommandNavigation
protected static enum HtmlCommandNavigation.PropertyKeys
- extends Enum<HtmlCommandNavigation.PropertyKeys>
open
public static final HtmlCommandNavigation.PropertyKeys open
active
public static final HtmlCommandNavigation.PropertyKeys active
disabled
public static final HtmlCommandNavigation.PropertyKeys disabled
style
public static final HtmlCommandNavigation.PropertyKeys style
styleClass
public static final HtmlCommandNavigation.PropertyKeys styleClass
tabindex
public static final HtmlCommandNavigation.PropertyKeys tabindex
onblur
public static final HtmlCommandNavigation.PropertyKeys onblur
onfocus
public static final HtmlCommandNavigation.PropertyKeys onfocus
accesskey
public static final HtmlCommandNavigation.PropertyKeys accesskey
onclick
public static final HtmlCommandNavigation.PropertyKeys onclick
ondblclick
public static final HtmlCommandNavigation.PropertyKeys ondblclick
onkeydown
public static final HtmlCommandNavigation.PropertyKeys onkeydown
onkeypress
public static final HtmlCommandNavigation.PropertyKeys onkeypress
onkeyup
public static final HtmlCommandNavigation.PropertyKeys onkeyup
onmousedown
public static final HtmlCommandNavigation.PropertyKeys onmousedown
onmousemove
public static final HtmlCommandNavigation.PropertyKeys onmousemove
onmouseout
public static final HtmlCommandNavigation.PropertyKeys onmouseout
onmouseover
public static final HtmlCommandNavigation.PropertyKeys onmouseover
onmouseup
public static final HtmlCommandNavigation.PropertyKeys onmouseup
dir
public static final HtmlCommandNavigation.PropertyKeys dir
lang
public static final HtmlCommandNavigation.PropertyKeys lang
title
public static final HtmlCommandNavigation.PropertyKeys title
charset
public static final HtmlCommandNavigation.PropertyKeys charset
coords
public static final HtmlCommandNavigation.PropertyKeys coords
hreflang
public static final HtmlCommandNavigation.PropertyKeys hreflang
rel
public static final HtmlCommandNavigation.PropertyKeys rel
rev
public static final HtmlCommandNavigation.PropertyKeys rev
shape
public static final HtmlCommandNavigation.PropertyKeys shape
target
public static final HtmlCommandNavigation.PropertyKeys target
type
public static final HtmlCommandNavigation.PropertyKeys type
values
public static HtmlCommandNavigation.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 (HtmlCommandNavigation.PropertyKeys c : HtmlCommandNavigation.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 HtmlCommandNavigation.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.