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