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