| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.richfaces.taglib.SubTableTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
ajaxKeys | false | false | javax.el.ValueExpression
(must evaluate to java.util.Set )
| This attribute defines row keys that are updated after an AJAX request |
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 |
columnClasses | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Comma-delimited list of CSS style classes that are be applied to the columns of this table. A space separated list of classes may also be specified for any individual column. If the number of elements in this list is less than the number of columns specified in the "columns" attribute, no "class" attribute is output for each column greater than the number of elements in the list. If the number of elements in the list is greater than the number of columns specified in the "columns" attribute, the elements at the position in the list after the value of the "columns" attribute 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 |
filterMethod | false | false | javax.el.MethodExpression
(signature must match boolean filterMethod(java.lang.Object) )
| This attribute is defined with method binding. This method accepts on Object parameter and return boolean value |
filterValue | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Defines current filtering value |
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 )
| Space-separated list of CSS style class(es) that are be applied to any footer generated for this table |
headerClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Space-separated list of CSS style class(es) that are be applied to any header generated for this table |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
onRowClick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer button is clicked on row |
onRowDblClick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer button is double-clicked on row |
onRowMouseDown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; a pointer button is pressed down on row |
onRowMouseMove | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved within of row |
onRowMouseOut | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved away of row |
onRowMouseOver | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved onto of row |
onRowMouseUp | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; a pointer button is released on row |
onclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer button is clicked |
ondblclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer button is double-clicked |
onkeydown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a key is pressed down |
onkeypress | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a key is pressed and released |
onkeyup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a key is released |
onmousedown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; a pointer button is pressed down |
onmousemove | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved within |
onmouseout | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved away |
onmouseover | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: a script expression; a pointer is moved onto |
onmouseup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML: script expression; a pointer button is released |
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 )
| A comma-delimited list of CSS style classes that is applied to popup table rows. A space separated list of classes may also be specified for any individual row. The styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again |
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 |
selfSorted | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Manages if the header of the column is clickable, icons rendered and sorting is fired after click on the header. You need to define this attribute inside <rich:dataTable> component. Default value is "true". |
sortExpression | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| DEPRECATED(use sortBy)Attribute defines a bean property which is used for sorting of a column |
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. |
sortOrder | false | false | javax.el.ValueExpression
(must evaluate to org.richfaces.model.Ordering )
| SortOrder is an enumeration of the possible sort orderings. Default value is "Ordering.UNSORTED". |
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 |
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 |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |