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