protected static enum HtmlOutcomeTargetLink.PropertyKeys extends Enum<HtmlOutcomeTargetLink.PropertyKeys>
Enum Constant and Description |
---|
accesskey |
charset |
coords |
dir |
disabled |
hreflang |
lang |
onblur |
onclick |
ondblclick |
onfocus |
onkeydown |
onkeypress |
onkeyup |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
rel |
rev |
role |
shape |
style |
styleClass |
tabindex |
target |
title |
type |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static HtmlOutcomeTargetLink.PropertyKeys |
valueOf(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.
|
public static final HtmlOutcomeTargetLink.PropertyKeys accesskey
public static final HtmlOutcomeTargetLink.PropertyKeys charset
public static final HtmlOutcomeTargetLink.PropertyKeys coords
public static final HtmlOutcomeTargetLink.PropertyKeys dir
public static final HtmlOutcomeTargetLink.PropertyKeys disabled
public static final HtmlOutcomeTargetLink.PropertyKeys hreflang
public static final HtmlOutcomeTargetLink.PropertyKeys lang
public static final HtmlOutcomeTargetLink.PropertyKeys onblur
public static final HtmlOutcomeTargetLink.PropertyKeys onclick
public static final HtmlOutcomeTargetLink.PropertyKeys ondblclick
public static final HtmlOutcomeTargetLink.PropertyKeys onfocus
public static final HtmlOutcomeTargetLink.PropertyKeys onkeydown
public static final HtmlOutcomeTargetLink.PropertyKeys onkeypress
public static final HtmlOutcomeTargetLink.PropertyKeys onkeyup
public static final HtmlOutcomeTargetLink.PropertyKeys onmousedown
public static final HtmlOutcomeTargetLink.PropertyKeys onmousemove
public static final HtmlOutcomeTargetLink.PropertyKeys onmouseout
public static final HtmlOutcomeTargetLink.PropertyKeys onmouseover
public static final HtmlOutcomeTargetLink.PropertyKeys onmouseup
public static final HtmlOutcomeTargetLink.PropertyKeys rel
public static final HtmlOutcomeTargetLink.PropertyKeys rev
public static final HtmlOutcomeTargetLink.PropertyKeys role
public static final HtmlOutcomeTargetLink.PropertyKeys shape
public static final HtmlOutcomeTargetLink.PropertyKeys style
public static final HtmlOutcomeTargetLink.PropertyKeys styleClass
public static final HtmlOutcomeTargetLink.PropertyKeys tabindex
public static final HtmlOutcomeTargetLink.PropertyKeys target
public static final HtmlOutcomeTargetLink.PropertyKeys title
public static final HtmlOutcomeTargetLink.PropertyKeys type
public static HtmlOutcomeTargetLink.PropertyKeys[] values()
for (HtmlOutcomeTargetLink.PropertyKeys c : HtmlOutcomeTargetLink.PropertyKeys.values()) System.out.println(c);
public static HtmlOutcomeTargetLink.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<HtmlOutcomeTargetLink.PropertyKeys>
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.