org.primefaces.component.column
Enum Column.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<Column.PropertyKeys>
      extended by org.primefaces.component.column.Column.PropertyKeys
All Implemented Interfaces:
Serializable, Comparable<Column.PropertyKeys>
Enclosing class:
Column

protected static enum Column.PropertyKeys
extends Enum<Column.PropertyKeys>


Enum Constant Summary
colspan
           
disabledSelection
           
exportable
           
filterBy
           
filterMatchMode
           
filterMaxLength
           
filterOptions
           
filterPosition
           
filterStyle
           
filterStyleClass
           
filterValue
           
footerText
           
headerText
           
resizable
           
rowspan
           
selectionMode
           
sortBy
           
sortFunction
           
style
           
styleClass
           
width
           
 
Method Summary
 String toString()
           
static Column.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Column.PropertyKeys[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

sortBy

public static final Column.PropertyKeys sortBy

style

public static final Column.PropertyKeys style

styleClass

public static final Column.PropertyKeys styleClass

sortFunction

public static final Column.PropertyKeys sortFunction

filterBy

public static final Column.PropertyKeys filterBy

filterStyle

public static final Column.PropertyKeys filterStyle

filterStyleClass

public static final Column.PropertyKeys filterStyleClass

filterOptions

public static final Column.PropertyKeys filterOptions

filterMatchMode

public static final Column.PropertyKeys filterMatchMode

filterPosition

public static final Column.PropertyKeys filterPosition

rowspan

public static final Column.PropertyKeys rowspan

colspan

public static final Column.PropertyKeys colspan

headerText

public static final Column.PropertyKeys headerText

footerText

public static final Column.PropertyKeys footerText

selectionMode

public static final Column.PropertyKeys selectionMode

disabledSelection

public static final Column.PropertyKeys disabledSelection

filterMaxLength

public static final Column.PropertyKeys filterMaxLength

resizable

public static final Column.PropertyKeys resizable

exportable

public static final Column.PropertyKeys exportable

filterValue

public static final Column.PropertyKeys filterValue

width

public static final Column.PropertyKeys width
Method Detail

values

public static Column.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 (Column.PropertyKeys c : Column.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 Column.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<Column.PropertyKeys>


Copyright © 2013. All rights reserved.