protected static enum HtmlOutputLink.PropertyKeys extends Enum<HtmlOutputLink.PropertyKeys>
Enum Constant and Description |
---|
accesskey |
charset |
coords |
dir |
disabled |
fragment |
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 HtmlOutputLink.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlOutputLink.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlOutputLink.PropertyKeys accesskey
public static final HtmlOutputLink.PropertyKeys charset
public static final HtmlOutputLink.PropertyKeys coords
public static final HtmlOutputLink.PropertyKeys dir
public static final HtmlOutputLink.PropertyKeys disabled
public static final HtmlOutputLink.PropertyKeys fragment
public static final HtmlOutputLink.PropertyKeys hreflang
public static final HtmlOutputLink.PropertyKeys lang
public static final HtmlOutputLink.PropertyKeys onblur
public static final HtmlOutputLink.PropertyKeys onclick
public static final HtmlOutputLink.PropertyKeys ondblclick
public static final HtmlOutputLink.PropertyKeys onfocus
public static final HtmlOutputLink.PropertyKeys onkeydown
public static final HtmlOutputLink.PropertyKeys onkeypress
public static final HtmlOutputLink.PropertyKeys onkeyup
public static final HtmlOutputLink.PropertyKeys onmousedown
public static final HtmlOutputLink.PropertyKeys onmousemove
public static final HtmlOutputLink.PropertyKeys onmouseout
public static final HtmlOutputLink.PropertyKeys onmouseover
public static final HtmlOutputLink.PropertyKeys onmouseup
public static final HtmlOutputLink.PropertyKeys rel
public static final HtmlOutputLink.PropertyKeys rev
public static final HtmlOutputLink.PropertyKeys role
public static final HtmlOutputLink.PropertyKeys shape
public static final HtmlOutputLink.PropertyKeys style
public static final HtmlOutputLink.PropertyKeys styleClass
public static final HtmlOutputLink.PropertyKeys tabindex
public static final HtmlOutputLink.PropertyKeys target
public static final HtmlOutputLink.PropertyKeys title
public static final HtmlOutputLink.PropertyKeys type
public static HtmlOutputLink.PropertyKeys[] values()
for (HtmlOutputLink.PropertyKeys c : HtmlOutputLink.PropertyKeys.values()) System.out.println(c);
public static HtmlOutputLink.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<HtmlOutputLink.PropertyKeys>
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.