org.primefaces.component.commandlink
Enum CommandLink.PropertyKeys
java.lang.Object
java.lang.Enum<CommandLink.PropertyKeys>
org.primefaces.component.commandlink.CommandLink.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<CommandLink.PropertyKeys>
- Enclosing class:
- CommandLink
protected static enum CommandLink.PropertyKeys
- extends Enum<CommandLink.PropertyKeys>
ajax
public static final CommandLink.PropertyKeys ajax
async
public static final CommandLink.PropertyKeys async
process
public static final CommandLink.PropertyKeys process
update
public static final CommandLink.PropertyKeys update
onstart
public static final CommandLink.PropertyKeys onstart
oncomplete
public static final CommandLink.PropertyKeys oncomplete
onerror
public static final CommandLink.PropertyKeys onerror
onsuccess
public static final CommandLink.PropertyKeys onsuccess
global
public static final CommandLink.PropertyKeys global
partialSubmit
public static final CommandLink.PropertyKeys partialSubmit
resetValues
public static final CommandLink.PropertyKeys resetValues
ignoreAutoUpdate
public static final CommandLink.PropertyKeys ignoreAutoUpdate
validateClient
public static final CommandLink.PropertyKeys validateClient
values
public static CommandLink.PropertyKeys[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (CommandLink.PropertyKeys c : CommandLink.PropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static CommandLink.PropertyKeys valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<CommandLink.PropertyKeys>
Copyright © 2013. All rights reserved.