q
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 Classteamdev.jsf.taglib.TableRowJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
conditionfalsebooleanonlytrueThe 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 QuipuKit Developer's Guide for information on these variables.
onclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the row.
ondblclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the row.
onkeydownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user presses a key over the row.
onkeypressfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user presses and releases a key over the row.
onkeyupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases a key over the row.
onmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user presses any mouse button over the row.
onmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the row.
onmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the row.
onmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the row.
onmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases a mouse button over the row.
stylefalsejava.lang.StringtruenullA 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.
styleClassfalsejava.lang.StringtruenullA 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.