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