Hi Justin, You might want to try out the PagingScrollTable widget in the GWT Incubator project. You can see a demo as well as the demo source code at the links below.
PagingScrollTable wiki doc and demo: http://code.google.com/p/google-web-toolkit-incubator/wiki/PagingScrollTable PagingScrollTable demo code: http://code.google.com/p/google-web-toolkit-incubator/source/browse/trunk/src-demo/com/google/gwt/gen2/demo/scrolltable/client/PagingScrollTableDemo.java One note - widgets in the incubator are still being incubated and aren't ready for production primetime. However, some developers have already been using some of the widgets from the incubator and found success with them, so your mileage may vary. However, widgets have graduated from the incubator to GWT core before, so if the PagingScrollTable becomes more important to a larger number of developers, it will likely be the implementation that will be integrated into GWT core. Hope that helps, -Sumit Chandel On Thu, Mar 26, 2009 at 5:29 PM, justin <[email protected]> wrote: > > > Is there a UI widget for gwt similar to Cocoa's NSTableView? > Basically, you get a table of a predefined number of rows and columns. > Scrolling is built-in. As the user scrolls, a method is called to > request data for the table cells that are visible at that moment. > > Thank you, > justin > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
