com.liferay.faces.alloy.component.column
Enum ColumnBase.ColumnPropertyKeys

java.lang.Object
  extended by java.lang.Enum<ColumnBase.ColumnPropertyKeys>
      extended by com.liferay.faces.alloy.component.column.ColumnBase.ColumnPropertyKeys
All Implemented Interfaces:
Serializable, Comparable<ColumnBase.ColumnPropertyKeys>
Enclosing class:
ColumnBase

protected static enum ColumnBase.ColumnPropertyKeys
extends Enum<ColumnBase.ColumnPropertyKeys>


Enum Constant Summary
ajax
           
execute
           
filterBy
           
headerText
           
offset
           
offsetWidth
           
process
           
render
           
size
           
sortBy
           
sortOrder
           
span
           
style
           
styleClass
           
update
           
width
           
 
Method Summary
static ColumnBase.ColumnPropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ColumnBase.ColumnPropertyKeys[] 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 ColumnBase.ColumnPropertyKeys ajax

execute

public static final ColumnBase.ColumnPropertyKeys execute

filterBy

public static final ColumnBase.ColumnPropertyKeys filterBy

headerText

public static final ColumnBase.ColumnPropertyKeys headerText

offset

public static final ColumnBase.ColumnPropertyKeys offset

offsetWidth

public static final ColumnBase.ColumnPropertyKeys offsetWidth

process

public static final ColumnBase.ColumnPropertyKeys process

render

public static final ColumnBase.ColumnPropertyKeys render

size

public static final ColumnBase.ColumnPropertyKeys size

sortBy

public static final ColumnBase.ColumnPropertyKeys sortBy

sortOrder

public static final ColumnBase.ColumnPropertyKeys sortOrder

span

public static final ColumnBase.ColumnPropertyKeys span

style

public static final ColumnBase.ColumnPropertyKeys style

styleClass

public static final ColumnBase.ColumnPropertyKeys styleClass

update

public static final ColumnBase.ColumnPropertyKeys update

width

public static final ColumnBase.ColumnPropertyKeys width
Method Detail

values

public static ColumnBase.ColumnPropertyKeys[] 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 (ColumnBase.ColumnPropertyKeys c : ColumnBase.ColumnPropertyKeys.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ColumnBase.ColumnPropertyKeys 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.