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