protected static enum Hotkey.PropertyKeys extends Enum<Hotkey.PropertyKeys>
Enum Constant and Description |
---|
async |
bind |
delay |
global |
handler |
ignoreAutoUpdate |
oncomplete |
onerror |
onstart |
onsuccess |
partialSubmit |
process |
resetValues |
update |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Hotkey.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Hotkey.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Hotkey.PropertyKeys bind
public static final Hotkey.PropertyKeys update
public static final Hotkey.PropertyKeys process
public static final Hotkey.PropertyKeys handler
public static final Hotkey.PropertyKeys onstart
public static final Hotkey.PropertyKeys oncomplete
public static final Hotkey.PropertyKeys onerror
public static final Hotkey.PropertyKeys onsuccess
public static final Hotkey.PropertyKeys global
public static final Hotkey.PropertyKeys delay
public static final Hotkey.PropertyKeys async
public static final Hotkey.PropertyKeys partialSubmit
public static final Hotkey.PropertyKeys resetValues
public static final Hotkey.PropertyKeys ignoreAutoUpdate
public static Hotkey.PropertyKeys[] values()
for (Hotkey.PropertyKeys c : Hotkey.PropertyKeys.values()) System.out.println(c);
public static Hotkey.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<Hotkey.PropertyKeys>
Copyright © 2014. All rights reserved.