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