| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.openfaces.taglib.jsp.table.RowJspTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | |||||
| Name | Required | Binding Type | EL | Default | Description |
| condition | false | javax.el.ValueExpression
(must evaluate to boolean)
| only | true | The condition that defines the rows customized with this tag. Should be specified as a EL expression that uses the request-scope variables those refer to the current row (or current node in TreeTable). See DataTable and TreeTable documentation in OpenFaces Developer's Guide for information on these variables. |
| onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the row. |
| oncontextmenu | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform). |
| ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the row. |
| onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user presses a key over the row. |
| onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed on the client when the user presses and releases a key over the row. |
| onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user releases a key over the row. |
| onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user presses any mouse button over the row. |
| onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user moves the mouse pointer over the row. |
| onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the row. |
| onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the row. |
| onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | JavaScript code that should be executed when the user releases a mouse button over the row. |
| style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A style for rows that meet criterion specified in the condition attribute. Can be specified as a value-binding expression that uses request-scope variables those refer to the current row. |
| styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| true | null | A CSS class name for rows that meet criterion specified in the condition attribute. Can be specified as a value-binding expression that uses request-scope variables those refer to the current row. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||