q
Tag rowStyle


The RowStyle component is used to specify a style for individual rows based on the displayed data or any other condition. Can be specified only as a child tag for the dataTable or treeTable components.


Tag Information
Tag Classteamdev.jsf.taglib.RowStyleJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
conditionfalsejava.lang.StringonlynullThe condition under which the style specified in the style and styleClass attributes is applied to appropriate rows.
stylefalsejava.lang.StringtruenullA style that is applied to appropriate rows.
styleClassfalsejava.lang.StringtruenullA CSS class name that is applied to appropriate rows.

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.