com.liferay.faces.alloy.component.commandbutton
Enum CommandButtonBase.CommandButtonPropertyKeys

java.lang.Object
  extended by java.lang.Enum<CommandButtonBase.CommandButtonPropertyKeys>
      extended by 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>


Enum Constant Summary
ajax
           
autofocus
           
disabled
           
execute
           
process
           
render
           
styleClass
           
type
           
update
           
 
Method Summary
static CommandButtonBase.CommandButtonPropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommandButtonBase.CommandButtonPropertyKeys[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.