Package jakarta.faces.component.html
Enum HtmlSelectOneMenu.PropertyKeys
- java.lang.Object
- 
- java.lang.Enum<HtmlSelectOneMenu.PropertyKeys>
- 
- jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<HtmlSelectOneMenu.PropertyKeys>
 - Enclosing class:
- HtmlSelectOneMenu
 
 protected static enum HtmlSelectOneMenu.PropertyKeys extends Enum<HtmlSelectOneMenu.PropertyKeys> Properties used by this component
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description accesskeydirdisableddisabledClassenabledClasslabellangonbluronchangeonclickondblclickonfocusonkeydownonkeypressonkeyuponmousedownonmousemoveonmouseoutonmouseoveronmouseupreadonlyrolestylestyleClasstabindextitle
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()static HtmlSelectOneMenu.PropertyKeysvalueOf(String name)Returns the enum constant of this type with the specified name.static HtmlSelectOneMenu.PropertyKeys[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
accesskeypublic static final HtmlSelectOneMenu.PropertyKeys accesskey 
 - 
dirpublic static final HtmlSelectOneMenu.PropertyKeys dir 
 - 
disabledpublic static final HtmlSelectOneMenu.PropertyKeys disabled 
 - 
disabledClasspublic static final HtmlSelectOneMenu.PropertyKeys disabledClass 
 - 
enabledClasspublic static final HtmlSelectOneMenu.PropertyKeys enabledClass 
 - 
labelpublic static final HtmlSelectOneMenu.PropertyKeys label 
 - 
langpublic static final HtmlSelectOneMenu.PropertyKeys lang 
 - 
onblurpublic static final HtmlSelectOneMenu.PropertyKeys onblur 
 - 
onchangepublic static final HtmlSelectOneMenu.PropertyKeys onchange 
 - 
onclickpublic static final HtmlSelectOneMenu.PropertyKeys onclick 
 - 
ondblclickpublic static final HtmlSelectOneMenu.PropertyKeys ondblclick 
 - 
onfocuspublic static final HtmlSelectOneMenu.PropertyKeys onfocus 
 - 
onkeydownpublic static final HtmlSelectOneMenu.PropertyKeys onkeydown 
 - 
onkeypresspublic static final HtmlSelectOneMenu.PropertyKeys onkeypress 
 - 
onkeyuppublic static final HtmlSelectOneMenu.PropertyKeys onkeyup 
 - 
onmousedownpublic static final HtmlSelectOneMenu.PropertyKeys onmousedown 
 - 
onmousemovepublic static final HtmlSelectOneMenu.PropertyKeys onmousemove 
 - 
onmouseoutpublic static final HtmlSelectOneMenu.PropertyKeys onmouseout 
 - 
onmouseoverpublic static final HtmlSelectOneMenu.PropertyKeys onmouseover 
 - 
onmouseuppublic static final HtmlSelectOneMenu.PropertyKeys onmouseup 
 - 
readonlypublic static final HtmlSelectOneMenu.PropertyKeys readonly 
 - 
rolepublic static final HtmlSelectOneMenu.PropertyKeys role 
 - 
stylepublic static final HtmlSelectOneMenu.PropertyKeys style 
 - 
styleClasspublic static final HtmlSelectOneMenu.PropertyKeys styleClass 
 - 
tabindexpublic static final HtmlSelectOneMenu.PropertyKeys tabindex 
 - 
titlepublic static final HtmlSelectOneMenu.PropertyKeys title 
 
- 
 - 
Method Detail- 
valuespublic static HtmlSelectOneMenu.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 (HtmlSelectOneMenu.PropertyKeys c : HtmlSelectOneMenu.PropertyKeys.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static HtmlSelectOneMenu.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<HtmlSelectOneMenu.PropertyKeys>
 
 
- 
 
-