vote up 0 vote down star

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?

flag

56% accept rate

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.