Package jakarta.faces.component.html
Enum HtmlSelectOneRadio.PropertyKeys
- java.lang.Object
- 
- java.lang.Enum<HtmlSelectOneRadio.PropertyKeys>
- 
- jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<HtmlSelectOneRadio.PropertyKeys>
 - Enclosing class:
- HtmlSelectOneRadio
 
 protected static enum HtmlSelectOneRadio.PropertyKeys extends Enum<HtmlSelectOneRadio.PropertyKeys> 
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description accesskeyborderdirdisableddisabledClassenabledClassgrouplabellanglayoutonbluronchangeonclickondblclickonfocusonkeydownonkeypressonkeyuponmousedownonmousemoveonmouseoutonmouseoveronmouseuponselectreadonlyrolestylestyleClasstabindextitle
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static HtmlSelectOneRadio.PropertyKeysvalueOf(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.
 
- 
- 
- 
Enum Constant Detail- 
borderpublic static final HtmlSelectOneRadio.PropertyKeys border 
 - 
layoutpublic static final HtmlSelectOneRadio.PropertyKeys layout 
 - 
grouppublic static final HtmlSelectOneRadio.PropertyKeys group 
 - 
accesskeypublic static final HtmlSelectOneRadio.PropertyKeys accesskey 
 - 
onselectpublic static final HtmlSelectOneRadio.PropertyKeys onselect 
 - 
disabledpublic static final HtmlSelectOneRadio.PropertyKeys disabled 
 - 
readonlypublic static final HtmlSelectOneRadio.PropertyKeys readonly 
 - 
onclickpublic static final HtmlSelectOneRadio.PropertyKeys onclick 
 - 
ondblclickpublic static final HtmlSelectOneRadio.PropertyKeys ondblclick 
 - 
onkeydownpublic static final HtmlSelectOneRadio.PropertyKeys onkeydown 
 - 
onkeypresspublic static final HtmlSelectOneRadio.PropertyKeys onkeypress 
 - 
onkeyuppublic static final HtmlSelectOneRadio.PropertyKeys onkeyup 
 - 
onmousedownpublic static final HtmlSelectOneRadio.PropertyKeys onmousedown 
 - 
onmousemovepublic static final HtmlSelectOneRadio.PropertyKeys onmousemove 
 - 
onmouseoutpublic static final HtmlSelectOneRadio.PropertyKeys onmouseout 
 - 
onmouseoverpublic static final HtmlSelectOneRadio.PropertyKeys onmouseover 
 - 
onmouseuppublic static final HtmlSelectOneRadio.PropertyKeys onmouseup 
 - 
stylepublic static final HtmlSelectOneRadio.PropertyKeys style 
 - 
styleClasspublic static final HtmlSelectOneRadio.PropertyKeys styleClass 
 - 
rolepublic static final HtmlSelectOneRadio.PropertyKeys role 
 - 
labelpublic static final HtmlSelectOneRadio.PropertyKeys label 
 - 
dirpublic static final HtmlSelectOneRadio.PropertyKeys dir 
 - 
langpublic static final HtmlSelectOneRadio.PropertyKeys lang 
 - 
titlepublic static final HtmlSelectOneRadio.PropertyKeys title 
 - 
onblurpublic static final HtmlSelectOneRadio.PropertyKeys onblur 
 - 
onfocuspublic static final HtmlSelectOneRadio.PropertyKeys onfocus 
 - 
tabindexpublic static final HtmlSelectOneRadio.PropertyKeys tabindex 
 - 
disabledClasspublic static final HtmlSelectOneRadio.PropertyKeys disabledClass 
 - 
enabledClasspublic static final HtmlSelectOneRadio.PropertyKeys enabledClass 
 - 
onchangepublic static final HtmlSelectOneRadio.PropertyKeys onchange 
 
- 
 - 
Method Detail- 
valuespublic static HtmlSelectOneRadio.PropertyKeys[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (HtmlSelectOneRadio.PropertyKeys c : HtmlSelectOneRadio.PropertyKeys.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static HtmlSelectOneRadio.PropertyKeys valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 
- 
 
-