How to implement a custom cell renderer for ScrollTable in GWT

Posted by tronda on Stack Overflow See other posts from Stack Overflow or by tronda
Published on 2009-06-25T13:31:32Z Indexed on 2010/05/22 2:20 UTC
Read the original article Hit count: 435

Filed under:
|
|

I've used the ScrollTable widget for GWT and I have a need for a custom cell renderer so I can isolate this code from the rest of the app.

I would like to use generics if possible to get it type safe. This cell renderer will take a long as a value and do some calculation before displaying the result. Anyone having a good example on how to implement such a custom renderer?

© Stack Overflow or respective owner

Related posts about java

Related posts about gwt