Tagged Questions
0
votes
1answer
762 views
How to implement a custom cell renderer for ScrollTable in GWT
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 ...