On Fri, Sep 4, 2009 at 12:21 PM, Davis Ford<[email protected]> wrote: > > As another solution to this issue, I'm looking at using > FlexTableBulkRenderer from incubator. > > http://code.google.com/docreader/#p=google-web-toolkit-incubator&s=google-web-toolkit-incubator&t=BulkTableRenderers > > Documentation is sparse / unfinished, and the demo program uses a > whole number of now deprecated classes/methods. > > Anyone have a simple example of FlexTableBulkRenderer ?
To be fair, that's why it's still in incubator. I'm not sure what you mean by "simple", as that's a very subjective judgement. This is a complex widget with a lot of tuneable features. I think a feature-rich table widget like this is a Good Thing, but it certainly does have a steep learning curve. I'm of two minds about the deprecated classes. One one hand, I'm not sure I want to rely on a widget that has them embedded so deeply. On the other hand, it's a useful widget. If you look closely at the deprecated code, it's mostly about event handling; which is not a major issue for me. If this is a deal-breaker for you, it may be worth considering a 3rd party library. There are a couple of good examples. One is the scrolltabledemo in the incubator trunk. Another is Hupa (an IMAP client/server in Apache Labs). > > On Fri, Sep 4, 2009 at 12:09 PM, davis<[email protected]> wrote: >> I know this topic has been discussed before: >> >> http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/270eeab1216969a4 > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
