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> Properties used by this component
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description accesskeyborderdirdisableddisabledClassenabledClasslabellanglayoutonbluronchangeonclickondblclickonfocusonkeydownonkeypressonkeyuponmousedownonmousemoveonmouseoutonmouseoveronmouseuponselectreadonlyroleselectedClassstylestyleClasstabindextitleunselectedClass
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()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- 
accesskeypublic static final HtmlSelectManyCheckbox.PropertyKeys accesskey 
 - 
borderpublic static final HtmlSelectManyCheckbox.PropertyKeys border 
 - 
dirpublic static final HtmlSelectManyCheckbox.PropertyKeys dir 
 - 
disabledpublic static final HtmlSelectManyCheckbox.PropertyKeys disabled 
 - 
disabledClasspublic static final HtmlSelectManyCheckbox.PropertyKeys disabledClass 
 - 
enabledClasspublic static final HtmlSelectManyCheckbox.PropertyKeys enabledClass 
 - 
labelpublic static final HtmlSelectManyCheckbox.PropertyKeys label 
 - 
langpublic static final HtmlSelectManyCheckbox.PropertyKeys lang 
 - 
layoutpublic static final HtmlSelectManyCheckbox.PropertyKeys layout 
 - 
onblurpublic static final HtmlSelectManyCheckbox.PropertyKeys onblur 
 - 
onchangepublic static final HtmlSelectManyCheckbox.PropertyKeys onchange 
 - 
onclickpublic static final HtmlSelectManyCheckbox.PropertyKeys onclick 
 - 
ondblclickpublic static final HtmlSelectManyCheckbox.PropertyKeys ondblclick 
 - 
onfocuspublic static final HtmlSelectManyCheckbox.PropertyKeys onfocus 
 - 
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 
 - 
onselectpublic static final HtmlSelectManyCheckbox.PropertyKeys onselect 
 - 
readonlypublic static final HtmlSelectManyCheckbox.PropertyKeys readonly 
 - 
rolepublic static final HtmlSelectManyCheckbox.PropertyKeys role 
 - 
selectedClasspublic static final HtmlSelectManyCheckbox.PropertyKeys selectedClass 
 - 
stylepublic static final HtmlSelectManyCheckbox.PropertyKeys style 
 - 
styleClasspublic static final HtmlSelectManyCheckbox.PropertyKeys styleClass 
 - 
tabindexpublic static final HtmlSelectManyCheckbox.PropertyKeys tabindex 
 - 
titlepublic static final HtmlSelectManyCheckbox.PropertyKeys title 
 - 
unselectedClasspublic static final HtmlSelectManyCheckbox.PropertyKeys unselectedClass 
 
- 
 - 
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
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- Enum<HtmlSelectManyCheckbox.PropertyKeys>
 
 
- 
 
-