protected static enum PassthroughElement.PropertyKeys extends java.lang.Enum<PassthroughElement.PropertyKeys>
Enum Constant and Description |
---|
onclick |
ondblclick |
onkeydown |
onkeypress |
onkeyup |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
style |
styleClass |
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
toString |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static PassthroughElement.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PassthroughElement.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PassthroughElement.PropertyKeys onclick
public static final PassthroughElement.PropertyKeys ondblclick
public static final PassthroughElement.PropertyKeys onkeydown
public static final PassthroughElement.PropertyKeys onkeypress
public static final PassthroughElement.PropertyKeys onkeyup
public static final PassthroughElement.PropertyKeys onmousedown
public static final PassthroughElement.PropertyKeys onmousemove
public static final PassthroughElement.PropertyKeys onmouseout
public static final PassthroughElement.PropertyKeys onmouseover
public static final PassthroughElement.PropertyKeys onmouseup
public static final PassthroughElement.PropertyKeys style
public static final PassthroughElement.PropertyKeys styleClass
public static PassthroughElement.PropertyKeys[] values()
for (PassthroughElement.PropertyKeys c : PassthroughElement.PropertyKeys.values()) System.out.println(c);
public static PassthroughElement.PropertyKeys valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<PassthroughElement.PropertyKeys>
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.