protected static enum CommandLinkBase.CommandLinkPropertyKeys extends Enum<CommandLinkBase.CommandLinkPropertyKeys>
| Enum Constant and Description |
|---|
ajax |
execute |
process |
render |
update |
| Modifier and Type | Method and Description |
|---|---|
static CommandLinkBase.CommandLinkPropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandLinkBase.CommandLinkPropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandLinkBase.CommandLinkPropertyKeys ajax
public static final CommandLinkBase.CommandLinkPropertyKeys execute
public static final CommandLinkBase.CommandLinkPropertyKeys process
public static final CommandLinkBase.CommandLinkPropertyKeys render
public static final CommandLinkBase.CommandLinkPropertyKeys update
public static CommandLinkBase.CommandLinkPropertyKeys[] values()
for (CommandLinkBase.CommandLinkPropertyKeys c : CommandLinkBase.CommandLinkPropertyKeys.values()) System.out.println(c);
public static CommandLinkBase.CommandLinkPropertyKeys 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 © 2016 Liferay, Inc.. All rights reserved.