protected static enum HtmlSelectManyListbox.PropertyKeys extends java.lang.Enum<HtmlSelectManyListbox.PropertyKeys>
Enum Constant and Description |
---|
accesskey |
dir |
disabled |
disabledClass |
enabledClass |
label |
lang |
onblur |
onchange |
onclick |
ondblclick |
onfocus |
onkeydown |
onkeypress |
onkeyup |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
readonly |
role |
size |
style |
styleClass |
tabindex |
title |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static HtmlSelectManyListbox.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HtmlSelectManyListbox.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlSelectManyListbox.PropertyKeys accesskey
public static final HtmlSelectManyListbox.PropertyKeys dir
public static final HtmlSelectManyListbox.PropertyKeys disabled
public static final HtmlSelectManyListbox.PropertyKeys disabledClass
public static final HtmlSelectManyListbox.PropertyKeys enabledClass
public static final HtmlSelectManyListbox.PropertyKeys label
public static final HtmlSelectManyListbox.PropertyKeys lang
public static final HtmlSelectManyListbox.PropertyKeys onblur
public static final HtmlSelectManyListbox.PropertyKeys onchange
public static final HtmlSelectManyListbox.PropertyKeys onclick
public static final HtmlSelectManyListbox.PropertyKeys ondblclick
public static final HtmlSelectManyListbox.PropertyKeys onfocus
public static final HtmlSelectManyListbox.PropertyKeys onkeydown
public static final HtmlSelectManyListbox.PropertyKeys onkeypress
public static final HtmlSelectManyListbox.PropertyKeys onkeyup
public static final HtmlSelectManyListbox.PropertyKeys onmousedown
public static final HtmlSelectManyListbox.PropertyKeys onmousemove
public static final HtmlSelectManyListbox.PropertyKeys onmouseout
public static final HtmlSelectManyListbox.PropertyKeys onmouseover
public static final HtmlSelectManyListbox.PropertyKeys onmouseup
public static final HtmlSelectManyListbox.PropertyKeys readonly
public static final HtmlSelectManyListbox.PropertyKeys role
public static final HtmlSelectManyListbox.PropertyKeys size
public static final HtmlSelectManyListbox.PropertyKeys style
public static final HtmlSelectManyListbox.PropertyKeys styleClass
public static final HtmlSelectManyListbox.PropertyKeys tabindex
public static final HtmlSelectManyListbox.PropertyKeys title
public static HtmlSelectManyListbox.PropertyKeys[] values()
for (HtmlSelectManyListbox.PropertyKeys c : HtmlSelectManyListbox.PropertyKeys.values()) System.out.println(c);
public static HtmlSelectManyListbox.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<HtmlSelectManyListbox.PropertyKeys>