protected static enum HtmlSelectOneRadio.PropertyKeys extends Enum<HtmlSelectOneRadio.PropertyKeys>
Enum Constant and Description |
---|
accesskey |
border |
dir |
disabled |
disabledClass |
enabledClass |
label |
lang |
layout |
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 |
---|---|
String |
toString() |
static HtmlSelectOneRadio.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlSelectOneRadio.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlSelectOneRadio.PropertyKeys accesskey
public static final HtmlSelectOneRadio.PropertyKeys border
public static final HtmlSelectOneRadio.PropertyKeys dir
public static final HtmlSelectOneRadio.PropertyKeys disabled
public static final HtmlSelectOneRadio.PropertyKeys disabledClass
public static final HtmlSelectOneRadio.PropertyKeys enabledClass
public static final HtmlSelectOneRadio.PropertyKeys label
public static final HtmlSelectOneRadio.PropertyKeys lang
public static final HtmlSelectOneRadio.PropertyKeys layout
public static final HtmlSelectOneRadio.PropertyKeys onblur
public static final HtmlSelectOneRadio.PropertyKeys onchange
public static final HtmlSelectOneRadio.PropertyKeys onclick
public static final HtmlSelectOneRadio.PropertyKeys ondblclick
public static final HtmlSelectOneRadio.PropertyKeys onfocus
public static final HtmlSelectOneRadio.PropertyKeys onkeydown
public static final HtmlSelectOneRadio.PropertyKeys onkeypress
public static final HtmlSelectOneRadio.PropertyKeys onkeyup
public static final HtmlSelectOneRadio.PropertyKeys onmousedown
public static final HtmlSelectOneRadio.PropertyKeys onmousemove
public static final HtmlSelectOneRadio.PropertyKeys onmouseout
public static final HtmlSelectOneRadio.PropertyKeys onmouseover
public static final HtmlSelectOneRadio.PropertyKeys onmouseup
public static final HtmlSelectOneRadio.PropertyKeys onselect
public static final HtmlSelectOneRadio.PropertyKeys readonly
public static final HtmlSelectOneRadio.PropertyKeys role
public static final HtmlSelectOneRadio.PropertyKeys style
public static final HtmlSelectOneRadio.PropertyKeys styleClass
public static final HtmlSelectOneRadio.PropertyKeys tabindex
public static final HtmlSelectOneRadio.PropertyKeys title
public static HtmlSelectOneRadio.PropertyKeys[] values()
for (HtmlSelectOneRadio.PropertyKeys c : HtmlSelectOneRadio.PropertyKeys.values()) System.out.println(c);
public static HtmlSelectOneRadio.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<HtmlSelectOneRadio.PropertyKeys>
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.