How to implement a custom cell renderer for ScrollTable in GWT - Stack Overflow most recent 30 from stackoverflow.com2009-12-21T07:17:23Zhttp://stackoverflow.com/feeds/question/1043952http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1043952/how-to-implement-a-custom-cell-renderer-for-scrolltable-in-gwt0How to implement a custom cell renderer for ScrollTable in GWTtronda2009-06-25T13:31:32Z2009-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>