java.lang.Objectjava.lang.Enum<HtmlOutputLink.PropertyKeys>
javax.faces.component.html.HtmlOutputLink.PropertyKeys
protected static enum HtmlOutputLink.PropertyKeys
Method Summary | |
---|---|
java.lang.String |
toString()
|
static HtmlOutputLink.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HtmlOutputLink.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 |
---|
public static final HtmlOutputLink.PropertyKeys accesskey
public static final HtmlOutputLink.PropertyKeys charset
public static final HtmlOutputLink.PropertyKeys coords
public static final HtmlOutputLink.PropertyKeys dir
public static final HtmlOutputLink.PropertyKeys disabled
public static final HtmlOutputLink.PropertyKeys fragment
public static final HtmlOutputLink.PropertyKeys hreflang
public static final HtmlOutputLink.PropertyKeys lang
public static final HtmlOutputLink.PropertyKeys onblur
public static final HtmlOutputLink.PropertyKeys onclick
public static final HtmlOutputLink.PropertyKeys ondblclick
public static final HtmlOutputLink.PropertyKeys onfocus
public static final HtmlOutputLink.PropertyKeys onkeydown
public static final HtmlOutputLink.PropertyKeys onkeypress
public static final HtmlOutputLink.PropertyKeys onkeyup
public static final HtmlOutputLink.PropertyKeys onmousedown
public static final HtmlOutputLink.PropertyKeys onmousemove
public static final HtmlOutputLink.PropertyKeys onmouseout
public static final HtmlOutputLink.PropertyKeys onmouseover
public static final HtmlOutputLink.PropertyKeys onmouseup
public static final HtmlOutputLink.PropertyKeys rel
public static final HtmlOutputLink.PropertyKeys rev
public static final HtmlOutputLink.PropertyKeys shape
public static final HtmlOutputLink.PropertyKeys style
public static final HtmlOutputLink.PropertyKeys styleClass
public static final HtmlOutputLink.PropertyKeys tabindex
public static final HtmlOutputLink.PropertyKeys target
public static final HtmlOutputLink.PropertyKeys title
public static final HtmlOutputLink.PropertyKeys type
Method Detail |
---|
public static HtmlOutputLink.PropertyKeys[] values()
for (HtmlOutputLink.PropertyKeys c : HtmlOutputLink.PropertyKeys.values()) System.out.println(c);
public static HtmlOutputLink.PropertyKeys valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<HtmlOutputLink.PropertyKeys>