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