protected static enum PassthroughElement.PropertyKeys extends Enum<PassthroughElement.PropertyKeys>
Enum Constant and Description |
---|
onclick |
ondblclick |
onkeydown |
onkeypress |
onkeyup |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
style |
styleClass |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static PassthroughElement.PropertyKeys |
valueOf(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(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<PassthroughElement.PropertyKeys>
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.