org.primefaces.component.columns
Enum Columns.PropertyKeys

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

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


Enum Constant Summary
colspan
           
exportable
           
filterBy
           
filterMatchMode
           
filterMaxLength
           
filterOptions
           
filterPosition
           
filterStyle
           
filterStyleClass
           
footerText
           
headerText
           
resizable
           
rowspan
           
sortBy
           
sortFunction
           
style
           
styleClass
           
width
           
 
Method Summary
 String toString()
           
static Columns.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Columns.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 Columns.PropertyKeys sortBy

style

public static final Columns.PropertyKeys style

styleClass

public static final Columns.PropertyKeys styleClass

sortFunction

public static final Columns.PropertyKeys sortFunction

filterBy

public static final Columns.PropertyKeys filterBy

filterStyle

public static final Columns.PropertyKeys filterStyle

filterStyleClass

public static final Columns.PropertyKeys filterStyleClass

filterOptions

public static final Columns.PropertyKeys filterOptions

filterMatchMode

public static final Columns.PropertyKeys filterMatchMode

filterPosition

public static final Columns.PropertyKeys filterPosition

rowspan

public static final Columns.PropertyKeys rowspan

colspan

public static final Columns.PropertyKeys colspan

headerText

public static final Columns.PropertyKeys headerText

footerText

public static final Columns.PropertyKeys footerText

filterMaxLength

public static final Columns.PropertyKeys filterMaxLength

resizable

public static final Columns.PropertyKeys resizable

exportable

public static final Columns.PropertyKeys exportable

width

public static final Columns.PropertyKeys width
Method Detail

values

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


Copyright © 2013. All rights reserved.