org.primefaces.component.datatable
Enum DataTable.PropertyKeys

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

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


Enum Constant Summary
draggableColumns
           
editable
           
emptyMessage
           
filterDelay
           
filteredValue
           
filterEvent
           
liveScroll
           
onExpandStart
           
resizableColumns
           
rowKey
           
rowStyleClass
           
scrollable
           
scrollHeight
           
scrollRows
           
scrollWidth
           
selection
           
selectionMode
           
sortBy
           
sortFunction
           
sortOrder
           
style
           
styleClass
           
tableStyle
           
tableStyleClass
           
widgetVar
           
 
Method Summary
 String toString()
           
static DataTable.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataTable.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

widgetVar

public static final DataTable.PropertyKeys widgetVar

scrollable

public static final DataTable.PropertyKeys scrollable

scrollHeight

public static final DataTable.PropertyKeys scrollHeight

scrollWidth

public static final DataTable.PropertyKeys scrollWidth

selectionMode

public static final DataTable.PropertyKeys selectionMode

selection

public static final DataTable.PropertyKeys selection

emptyMessage

public static final DataTable.PropertyKeys emptyMessage

style

public static final DataTable.PropertyKeys style

styleClass

public static final DataTable.PropertyKeys styleClass

liveScroll

public static final DataTable.PropertyKeys liveScroll

rowStyleClass

public static final DataTable.PropertyKeys rowStyleClass

onExpandStart

public static final DataTable.PropertyKeys onExpandStart

resizableColumns

public static final DataTable.PropertyKeys resizableColumns

sortBy

public static final DataTable.PropertyKeys sortBy

sortOrder

public static final DataTable.PropertyKeys sortOrder

sortFunction

public static final DataTable.PropertyKeys sortFunction

scrollRows

public static final DataTable.PropertyKeys scrollRows

rowKey

public static final DataTable.PropertyKeys rowKey

filterEvent

public static final DataTable.PropertyKeys filterEvent

filterDelay

public static final DataTable.PropertyKeys filterDelay

tableStyle

public static final DataTable.PropertyKeys tableStyle

tableStyleClass

public static final DataTable.PropertyKeys tableStyleClass

draggableColumns

public static final DataTable.PropertyKeys draggableColumns

editable

public static final DataTable.PropertyKeys editable

filteredValue

public static final DataTable.PropertyKeys filteredValue
Method Detail

values

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


Copyright © 2012. All Rights Reserved.