q
Tag cellStyle


The CellStyle component is used to specify a style for individual cells 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.CellStyleJspTag
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 cells.
stylefalsejava.lang.StringtruenullA style that is applied to appropriate cells.
styleClassfalsejava.lang.StringtruenullA CSS class name that is applied to appropriate cells.

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.