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