petoendre / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

TableBulkRenderer should support altRow class names #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The TableBulkRenderer should provide a method setAltRowsEnabled() that will
automatically add "even" and "odd" class names to rows.  Alternatively, we
could provide RowViews, but that might be overkill.

Original issue reported on code.google.com by jlaba...@google.com on 21 Oct 2008 at 3:16

GoogleCodeExporter commented 9 years ago
Overkill it was.  TableDefinition now requires a getRowRenderer method that 
returns a
RowRenderer, which can be used to alternate row colors.  The DefaultRowRenderer 
has
built in support for alternating row colors.

Original comment by jlaba...@google.com on 11 Nov 2008 at 4:52