Tag Information
Tag Class org.richfaces.taglib.ExtendedDataTableTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
activeClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component active row
activeRowKey false false javax.el.ValueExpression
(must evaluate to java.lang.Object)
Request scope attribute under which the activeRowKey will be accessible
ajaxKeys false false javax.el.ValueExpression
(must evaluate to java.util.Set)
This attribute defines row keys that are updated after an AJAX request
align false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Deprecated. This attribute specifies the position of the table with respect to the document. The possible values are "left", "center" and "right". The default value is "left".
bgcolor false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Deprecated. This attribute sets the background color for the document body or table cells. This attribute sets the background color of the canvas for the document body (the BODY element) or for tables (the TABLE, TR, TH, and TD elements). Additional attributes for specifying text color can be used with the BODY element. This attribute has been deprecated in favor of style sheets for specifying background color information
binding false false javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
border false false javax.el.ValueExpression
(must evaluate to java.lang.String)
This attributes specifies the width of the frame around a component. Default value is "0"
captionClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component caption
captionStyle false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component caption
cellpadding false false javax.el.ValueExpression
(must evaluate to java.lang.String)
This attribute specifies the amount of space between the border of the cell and its contents. Default value is "0"
cellspacing false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The cellspacing attribute specifies the space between cells. Default value is "0"
columnClasses false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the columns of the table. If the CSS class names are comma-separated, each class will be assigned to a particular column in the order they follow in the attribute. If you have less class names than columns, the class will be applied to every n-fold column where n is the order in which the class is listed in the attribute. If there are more class names than columns, the overflow ones are ignored.
componentState false false javax.el.ValueExpression
(must evaluate to org.ajax4jsf.model.DataComponentState)
It defines EL-binding for a component state for saving or redefinition
dir false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left)
enableContextMenu false false javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
If set to true, table header context menu will be enabled
first false false javax.el.ValueExpression
(must evaluate to int)
A zero-relative row number of the first row to display
footerClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component footer
frame false false javax.el.ValueExpression
(must evaluate to java.lang.String)
This attribute specifies which sides of the frame surrounding a table will be visible. Possible values: "void", "above", "below", "hsides", "lhs", "rhs", "vsides", "box" and "border". The default value is "void".
groupingColumn false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Defines an id of column which the data is grouped by.
headerClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component header
height false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Defines a height of the component. Default value is "500px"
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
lang false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Code describing the language used in the generated markup for this component
noDataLabel false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Defines label to be displayed in case there are no data rows.
onRowClick false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the row is clicked
onRowDblClick false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the row is double-clicked
onRowMouseDown false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a mouse button is pressed down over the row
onRowMouseMove false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved within the row
onRowMouseOut false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved away from the row
onRowMouseOver false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved onto the rows
onRowMouseUp false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is released over the row
onclick false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the element is clicked
ondblclick false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when the element is double-clicked
onkeydown false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a key is pressed down over the element
onkeypress false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a key is pressed over the element and released
onkeyup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a key is released
onmousedown false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a mouse button is pressed down over the element
onmousemove false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved within the element
onmouseout false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved away from the element
onmouseover false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a pointer is moved onto the element
onmouseup false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a mouse button is released
onselectionchange false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The client-side script method to be called when a selected row is changed
reRender false false javax.el.ValueExpression
(must evaluate to java.lang.Object)
Id['s] (in format of call UIComponent.findComponent()) of components, rendered in case of AjaxRequest caused by this component. Can be single id, comma-separated list of Id's, or EL Expression with array or Collection
rendered false false javax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
rowClasses false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the rows of the table. If the CSS class names are comma-separated, each class will be assigned to a particular row in the order they follow in the attribute. If you have less class names than rows, the class will be applied to every n-fold row where n is the order in which the class is listed in the attribute. If there are more class names than rows, the overflow ones are ignored.
rowKeyConverter false false javax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
Converter for a row key object
rowKeyVar false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The attribute provides access to a row key in a Request scope
rows false false javax.el.ValueExpression
(must evaluate to int)
A number of rows to display, or zero for all remaining rows in the table
rules false false javax.el.ValueExpression
(must evaluate to java.lang.String)
This attribute specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. Possible values: * none: No rules. This is the default value. * groups: Rules will appear between row groups (see THEAD, TFOOT, and TBODY) and column groups (see COLGROUP and COL) only. * rows: Rules will appear between rows only. * cols: Rules will appear between columns only. * all: Rules will appear between all rows and columns
selectedClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more space-separated CSS class names to the component rows selected
selection false false javax.el.ValueExpression
(must evaluate to org.richfaces.model.selection.Selection)
Value binding representing selected rows
selectionMode false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Single row can be selected. multi: Multiple rows can be selected. none: no rows can be selected. Default value is "single"
sortMode false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Defines mode of sorting. Possible values are 'single' for sorting of one column and 'multi' for some.
sortPriority false false javax.el.ValueExpression
(must evaluate to java.util.Collection)
Defines a set of column ids in the order the columns could be set
stateVar false false javax.el.ValueExpression
(must evaluate to java.lang.String)
The attribute provides access to a component state on the client side
style false false javax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style rules to be applied to the component
styleClass false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Assigns one or more CSS class names to the component. Corresponds to the HTML "class" attribute.
tableState false false javax.el.ValueExpression
(must evaluate to java.lang.String)
ValueBinding pointing at a property of a String to hold table state
title false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Advisory title information about markup elements generated for this component
value false false javax.el.ValueExpression
(must evaluate to java.lang.Object)
The current value for this component
var false false java.lang.String A request-scope attribute via which the data object for the current row will be used when iterating
width false false javax.el.ValueExpression
(must evaluate to java.lang.String)
This attribute specifies the desired width of the entire table and is intended for visual user agents. When the value is percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent