I have something like the cell table here:
http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwCellTable
but without this UI binder (not really sure what thats all about, my project does not use it)
Anyways, i need a way to edit the cell row selection CSS and cant find a way. Right now when i select a row it just outlines the row, i need a way to change the cells background color and edit this default behavior.
i know i can set the css for the table by using cellTable.setStyleName("mycssFile") but how do i set it for an individual cell row? I have no individual cell reference currently, and any reference i try to put in front of cellTable does not compile.