org.apache.myfaces.component.html.ext
Enum HtmlDataTable.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<HtmlDataTable.PropertyKeys>
      extended by org.apache.myfaces.component.html.ext.HtmlDataTable.PropertyKeys
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<HtmlDataTable.PropertyKeys>
Enclosing class:
HtmlDataTable

protected static enum HtmlDataTable.PropertyKeys
extends java.lang.Enum<HtmlDataTable.PropertyKeys>


Enum Constant Summary
ajaxRowRender
           
align
           
bodyStyle
           
bodyStyleClass
           
datafld
           
dataformatas
           
datasrc
           
detailStampExpandedDefault
           
detailStampLocation
           
embedded
           
enabledOnUserRole
           
newspaperColumns
           
newspaperOrientation
           
preserveDataModel
           
preserveSort
           
previousRowDataVar
           
renderedIfEmpty
           
rowCountVar
           
rowGroupStyle
           
rowGroupStyleClass
           
rowId
           
rowIndexVar
           
rowOnClick
           
rowOnDblClick
           
rowOnKeyDown
           
rowOnKeyPress
           
rowOnKeyUp
           
rowOnMouseDown
           
rowOnMouseMove
           
rowOnMouseOut
           
rowOnMouseOver
           
rowOnMouseUp
           
rowStyle
           
rowStyleClass
           
sortable
           
sortedColumnVar
           
sortProperty
           
valueType
           
visibleOnUserRole
           
 
Method Summary
static HtmlDataTable.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HtmlDataTable.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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

sortProperty

public static final HtmlDataTable.PropertyKeys sortProperty

sortable

public static final HtmlDataTable.PropertyKeys sortable

embedded

public static final HtmlDataTable.PropertyKeys embedded

detailStampExpandedDefault

public static final HtmlDataTable.PropertyKeys detailStampExpandedDefault

detailStampLocation

public static final HtmlDataTable.PropertyKeys detailStampLocation

rowOnMouseOver

public static final HtmlDataTable.PropertyKeys rowOnMouseOver

rowOnMouseOut

public static final HtmlDataTable.PropertyKeys rowOnMouseOut

rowOnClick

public static final HtmlDataTable.PropertyKeys rowOnClick

rowOnDblClick

public static final HtmlDataTable.PropertyKeys rowOnDblClick

rowOnKeyDown

public static final HtmlDataTable.PropertyKeys rowOnKeyDown

rowOnKeyPress

public static final HtmlDataTable.PropertyKeys rowOnKeyPress

rowOnKeyUp

public static final HtmlDataTable.PropertyKeys rowOnKeyUp

rowStyleClass

public static final HtmlDataTable.PropertyKeys rowStyleClass

rowStyle

public static final HtmlDataTable.PropertyKeys rowStyle

rowOnMouseDown

public static final HtmlDataTable.PropertyKeys rowOnMouseDown

rowOnMouseMove

public static final HtmlDataTable.PropertyKeys rowOnMouseMove

rowOnMouseUp

public static final HtmlDataTable.PropertyKeys rowOnMouseUp

rowGroupStyle

public static final HtmlDataTable.PropertyKeys rowGroupStyle

rowGroupStyleClass

public static final HtmlDataTable.PropertyKeys rowGroupStyleClass

bodyStyle

public static final HtmlDataTable.PropertyKeys bodyStyle

bodyStyleClass

public static final HtmlDataTable.PropertyKeys bodyStyleClass

newspaperColumns

public static final HtmlDataTable.PropertyKeys newspaperColumns

newspaperOrientation

public static final HtmlDataTable.PropertyKeys newspaperOrientation

preserveDataModel

public static final HtmlDataTable.PropertyKeys preserveDataModel

preserveSort

public static final HtmlDataTable.PropertyKeys preserveSort

renderedIfEmpty

public static final HtmlDataTable.PropertyKeys renderedIfEmpty

rowIndexVar

public static final HtmlDataTable.PropertyKeys rowIndexVar

rowCountVar

public static final HtmlDataTable.PropertyKeys rowCountVar

previousRowDataVar

public static final HtmlDataTable.PropertyKeys previousRowDataVar

sortedColumnVar

public static final HtmlDataTable.PropertyKeys sortedColumnVar

align

public static final HtmlDataTable.PropertyKeys align

rowId

public static final HtmlDataTable.PropertyKeys rowId

datafld

public static final HtmlDataTable.PropertyKeys datafld

datasrc

public static final HtmlDataTable.PropertyKeys datasrc

dataformatas

public static final HtmlDataTable.PropertyKeys dataformatas

valueType

public static final HtmlDataTable.PropertyKeys valueType

ajaxRowRender

public static final HtmlDataTable.PropertyKeys ajaxRowRender

enabledOnUserRole

public static final HtmlDataTable.PropertyKeys enabledOnUserRole

visibleOnUserRole

public static final HtmlDataTable.PropertyKeys visibleOnUserRole
Method Detail

values

public static HtmlDataTable.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 (HtmlDataTable.PropertyKeys c : HtmlDataTable.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 HtmlDataTable.PropertyKeys valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.