protected static enum HtmlBody.PropertyKeys extends Enum<HtmlBody.PropertyKeys>
Enum Constant and Description |
---|
dir |
lang |
onclick |
ondblclick |
onkeydown |
onkeypress |
onkeyup |
onload |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
onunload |
role |
style |
styleClass |
title |
xmlns |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static HtmlBody.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlBody.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlBody.PropertyKeys dir
public static final HtmlBody.PropertyKeys lang
public static final HtmlBody.PropertyKeys onclick
public static final HtmlBody.PropertyKeys ondblclick
public static final HtmlBody.PropertyKeys onkeydown
public static final HtmlBody.PropertyKeys onkeypress
public static final HtmlBody.PropertyKeys onkeyup
public static final HtmlBody.PropertyKeys onload
public static final HtmlBody.PropertyKeys onmousedown
public static final HtmlBody.PropertyKeys onmousemove
public static final HtmlBody.PropertyKeys onmouseout
public static final HtmlBody.PropertyKeys onmouseover
public static final HtmlBody.PropertyKeys onmouseup
public static final HtmlBody.PropertyKeys onunload
public static final HtmlBody.PropertyKeys role
public static final HtmlBody.PropertyKeys style
public static final HtmlBody.PropertyKeys styleClass
public static final HtmlBody.PropertyKeys title
public static final HtmlBody.PropertyKeys xmlns
public static HtmlBody.PropertyKeys[] values()
for (HtmlBody.PropertyKeys c : HtmlBody.PropertyKeys.values()) System.out.println(c);
public static HtmlBody.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<HtmlBody.PropertyKeys>
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.