o
Tag row


The Row component is used to specify content, style or client-side events for specific rows selectively. The attributes and contents specified in this tag are applied to all rows that meet the criterion specified in the "condition" attribute. This tag can be specified only as a child tag of the dataTable or treeTable components. You can only specify the cell components as child tags for the Row component.


Tag Information
Tag Classorg.openfaces.taglib.jsp.table.RowJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
conditionfalsejavax.el.ValueExpression
(must evaluate to boolean)
onlytrueThe 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.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the row.
oncontextmenufalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript 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).
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the row.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses a key over the row.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user presses and releases a key over the row.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a key over the row.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses any mouse button over the row.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the row.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the row.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the row.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a mouse button over the row.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA 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.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA 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.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.