org.apache.myfaces.component.html.ext
Enum HtmlDataTable.PropertyKeys
java.lang.Object
java.lang.Enum<HtmlDataTable.PropertyKeys>
org.apache.myfaces.component.html.ext.HtmlDataTable.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<HtmlDataTable.PropertyKeys>
- Enclosing class:
- HtmlDataTable
protected static enum HtmlDataTable.PropertyKeys
- extends Enum<HtmlDataTable.PropertyKeys>
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
ajaxBodyRender
public static final HtmlDataTable.PropertyKeys ajaxBodyRender
enabledOnUserRole
public static final HtmlDataTable.PropertyKeys enabledOnUserRole
visibleOnUserRole
public static final HtmlDataTable.PropertyKeys visibleOnUserRole
style
public static final HtmlDataTable.PropertyKeys style
styleClass
public static final HtmlDataTable.PropertyKeys styleClass
onclick
public static final HtmlDataTable.PropertyKeys onclick
ondblclick
public static final HtmlDataTable.PropertyKeys ondblclick
onkeydown
public static final HtmlDataTable.PropertyKeys onkeydown
onkeypress
public static final HtmlDataTable.PropertyKeys onkeypress
onkeyup
public static final HtmlDataTable.PropertyKeys onkeyup
onmousedown
public static final HtmlDataTable.PropertyKeys onmousedown
onmousemove
public static final HtmlDataTable.PropertyKeys onmousemove
onmouseout
public static final HtmlDataTable.PropertyKeys onmouseout
onmouseover
public static final HtmlDataTable.PropertyKeys onmouseover
onmouseup
public static final HtmlDataTable.PropertyKeys onmouseup
dir
public static final HtmlDataTable.PropertyKeys dir
lang
public static final HtmlDataTable.PropertyKeys lang
title
public static final HtmlDataTable.PropertyKeys title
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(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 © 2012 The Apache Software Foundation. All Rights Reserved.