How do you add a row listener to a Flextable in GWT?

Posted by Organiccat on Stack Overflow See other posts from Stack Overflow or by Organiccat
Published on 2009-03-27T21:08:01Z Indexed on 2010/06/06 1:02 UTC
Read the original article Hit count: 217

Filed under:
|

How do you add a row listener to a specific row, or all rows in a table? I need to add a type of "onMouseOver" listener to the rows so that when you hover over them, it changes the background color of the row, much like getRowFormatter will allow you to do.

© Stack Overflow or respective owner

Related posts about css

Related posts about gwt