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> The property keys.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description accesskeyborderdirdisableddisabledClassenabledClassgrouplabellanglayoutonbluronchangeonclickondblclickonfocusonkeydownonkeypressonkeyuponmousedownonmousemoveonmouseoutonmouseoveronmouseuponselectreadonlyrolestylestyleClasstabindextitle
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()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- 
accesskeypublic static final HtmlSelectOneRadio.PropertyKeys accesskey 
 - 
borderpublic static final HtmlSelectOneRadio.PropertyKeys border 
 - 
dirpublic static final HtmlSelectOneRadio.PropertyKeys dir 
 - 
disabledpublic static final HtmlSelectOneRadio.PropertyKeys disabled 
 - 
disabledClasspublic static final HtmlSelectOneRadio.PropertyKeys disabledClass 
 - 
enabledClasspublic static final HtmlSelectOneRadio.PropertyKeys enabledClass 
 - 
grouppublic static final HtmlSelectOneRadio.PropertyKeys group 
 - 
labelpublic static final HtmlSelectOneRadio.PropertyKeys label 
 - 
langpublic static final HtmlSelectOneRadio.PropertyKeys lang 
 - 
layoutpublic static final HtmlSelectOneRadio.PropertyKeys layout 
 - 
onblurpublic static final HtmlSelectOneRadio.PropertyKeys onblur 
 - 
onchangepublic static final HtmlSelectOneRadio.PropertyKeys onchange 
 - 
onclickpublic static final HtmlSelectOneRadio.PropertyKeys onclick 
 - 
ondblclickpublic static final HtmlSelectOneRadio.PropertyKeys ondblclick 
 - 
onfocuspublic static final HtmlSelectOneRadio.PropertyKeys onfocus 
 - 
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 
 - 
onselectpublic static final HtmlSelectOneRadio.PropertyKeys onselect 
 - 
readonlypublic static final HtmlSelectOneRadio.PropertyKeys readonly 
 - 
rolepublic static final HtmlSelectOneRadio.PropertyKeys role 
 - 
stylepublic static final HtmlSelectOneRadio.PropertyKeys style 
 - 
styleClasspublic static final HtmlSelectOneRadio.PropertyKeys styleClass 
 - 
tabindexpublic static final HtmlSelectOneRadio.PropertyKeys tabindex 
 - 
titlepublic static final HtmlSelectOneRadio.PropertyKeys title 
 
- 
 - 
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
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- Enum<HtmlSelectOneRadio.PropertyKeys>
 
 
- 
 
-