protected static enum HtmlCommandLink.PropertyKeys extends java.lang.Enum<HtmlCommandLink.PropertyKeys>
Enum Constant and Description |
---|
accesskey |
charset |
coords |
dir |
disabled |
hreflang |
lang |
onblur |
onclick |
ondblclick |
onfocus |
onkeydown |
onkeypress |
onkeyup |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
rel |
rev |
role |
shape |
style |
styleClass |
tabindex |
target |
title |
type |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static HtmlCommandLink.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HtmlCommandLink.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlCommandLink.PropertyKeys accesskey
public static final HtmlCommandLink.PropertyKeys charset
public static final HtmlCommandLink.PropertyKeys coords
public static final HtmlCommandLink.PropertyKeys dir
public static final HtmlCommandLink.PropertyKeys disabled
public static final HtmlCommandLink.PropertyKeys hreflang
public static final HtmlCommandLink.PropertyKeys lang
public static final HtmlCommandLink.PropertyKeys onblur
public static final HtmlCommandLink.PropertyKeys onclick
public static final HtmlCommandLink.PropertyKeys ondblclick
public static final HtmlCommandLink.PropertyKeys onfocus
public static final HtmlCommandLink.PropertyKeys onkeydown
public static final HtmlCommandLink.PropertyKeys onkeypress
public static final HtmlCommandLink.PropertyKeys onkeyup
public static final HtmlCommandLink.PropertyKeys onmousedown
public static final HtmlCommandLink.PropertyKeys onmousemove
public static final HtmlCommandLink.PropertyKeys onmouseout
public static final HtmlCommandLink.PropertyKeys onmouseover
public static final HtmlCommandLink.PropertyKeys onmouseup
public static final HtmlCommandLink.PropertyKeys rel
public static final HtmlCommandLink.PropertyKeys rev
public static final HtmlCommandLink.PropertyKeys role
public static final HtmlCommandLink.PropertyKeys shape
public static final HtmlCommandLink.PropertyKeys style
public static final HtmlCommandLink.PropertyKeys styleClass
public static final HtmlCommandLink.PropertyKeys tabindex
public static final HtmlCommandLink.PropertyKeys target
public static final HtmlCommandLink.PropertyKeys title
public static final HtmlCommandLink.PropertyKeys type
public static HtmlCommandLink.PropertyKeys[] values()
for (HtmlCommandLink.PropertyKeys c : HtmlCommandLink.PropertyKeys.values()) System.out.println(c);
public static HtmlCommandLink.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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<HtmlCommandLink.PropertyKeys>