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