Customizing row painting in a Table component

Hi, I've got a table which reads from a database and I want to personalize the appearance of the rows (like font color or size) depending on the values of certain columns. How can I do it?
[196 byte] By [Jose_Vicentea] at [2007-10-3 10:11:19]
# 1
See http://forum.java.sun.com/thread.jspa?threadID=782247
BalusCa at 2007-7-15 5:31:21 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Thank you for answering, BalusC. The problem is that I am not using a javax.faces.component.html.HtmlDataTable

but I'm using a com.sun.rave.web.ui.componentT.able

and there is no method similar to setRowClasses as you said in http://forum.java.sun.com/thread.jspa?threadID=782247.

Do you the way to color format any row?

Jose_Vicentea at 2007-7-15 5:31:21 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...