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