How to implement a custom cell renderer for ScrollTable in GWT - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T07:17:23Z http://stackoverflow.com/feeds/question/1043952 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1043952/how-to-implement-a-custom-cell-renderer-for-scrolltable-in-gwt 0 How to implement a custom cell renderer for ScrollTable in GWT tronda 2009-06-25T13:31:32Z 2009-06-25T13:31:32Z <p>I've used the <a href="http://code.google.com/p/google-web-toolkit-incubator/wiki/ScrollTable" rel="nofollow">ScrollTable</a> 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.</p> <p>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?</p>