Actually, Column#getCellStyleNames also has everything you need; if you need to add the style to the table cell, rather than a "content container" (<div> or whatever) within the table cell.
On Monday, March 24, 2014 1:31:21 PM UTC+1, Jens wrote:
-- On Monday, March 24, 2014 1:31:21 PM UTC+1, Jens wrote:
I have the feeling that it would be easier to write a custom cell (possibly extending an existing one) and in its render method decide if it should add a bold, bolder or extrabold css class to the output.Inside Cell.render() you have access to everything you need to make that decision (row index, column index, column value).-- J.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment