protected static enum Clipboard.PropertyKeys extends java.lang.Enum<Clipboard.PropertyKeys>
| Enum Constant and Description |
|---|
action |
onerror |
onsuccess |
target |
text |
trigger |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
static Clipboard.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Clipboard.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Clipboard.PropertyKeys widgetVar
public static final Clipboard.PropertyKeys action
public static final Clipboard.PropertyKeys trigger
public static final Clipboard.PropertyKeys target
public static final Clipboard.PropertyKeys text
public static final Clipboard.PropertyKeys onsuccess
public static final Clipboard.PropertyKeys onerror
public static Clipboard.PropertyKeys[] values()
for (Clipboard.PropertyKeys c : Clipboard.PropertyKeys.values()) System.out.println(c);
public static Clipboard.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 nullCopyright © 2011–2021. All rights reserved.