com.liferay.faces.alloy.component.commandbutton
Enum CommandButtonBase.CommandButtonPropertyKeys
java.lang.Object
java.lang.Enum<CommandButtonBase.CommandButtonPropertyKeys>
com.liferay.faces.alloy.component.commandbutton.CommandButtonBase.CommandButtonPropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<CommandButtonBase.CommandButtonPropertyKeys>
- Enclosing class:
- CommandButtonBase
protected static enum CommandButtonBase.CommandButtonPropertyKeys
- extends Enum<CommandButtonBase.CommandButtonPropertyKeys>
ajax
public static final CommandButtonBase.CommandButtonPropertyKeys ajax
autofocus
public static final CommandButtonBase.CommandButtonPropertyKeys autofocus
disabled
public static final CommandButtonBase.CommandButtonPropertyKeys disabled
execute
public static final CommandButtonBase.CommandButtonPropertyKeys execute
process
public static final CommandButtonBase.CommandButtonPropertyKeys process
render
public static final CommandButtonBase.CommandButtonPropertyKeys render
styleClass
public static final CommandButtonBase.CommandButtonPropertyKeys styleClass
type
public static final CommandButtonBase.CommandButtonPropertyKeys type
update
public static final CommandButtonBase.CommandButtonPropertyKeys update
values
public static CommandButtonBase.CommandButtonPropertyKeys[] 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 (CommandButtonBase.CommandButtonPropertyKeys c : CommandButtonBase.CommandButtonPropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static CommandButtonBase.CommandButtonPropertyKeys 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
Copyright © 2017 Liferay, Inc.. All rights reserved.