java.lang.Objectjava.lang.Enum<HtmlSelectOneRadio.PropertyKeys>
javax.faces.component.html.HtmlSelectOneRadio.PropertyKeys
protected static enum HtmlSelectOneRadio.PropertyKeys
Method Summary | |
---|---|
java.lang.String |
toString()
|
static HtmlSelectOneRadio.PropertyKeys |
valueOf(java.lang.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. |
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 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 style
public static final HtmlSelectOneRadio.PropertyKeys styleClass
public static final HtmlSelectOneRadio.PropertyKeys tabindex
public static final HtmlSelectOneRadio.PropertyKeys title
Method Detail |
---|
public static HtmlSelectOneRadio.PropertyKeys[] values()
for (HtmlSelectOneRadio.PropertyKeys c : HtmlSelectOneRadio.PropertyKeys.values()) System.out.println(c);
public static HtmlSelectOneRadio.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<HtmlSelectOneRadio.PropertyKeys>