On Fri, Jun 10, 2011 at 14:57, Jim Douglas <[email protected]> wrote: > I thought it would be a trivial matter to build a scrolling CellList > like the one in the showcase: > > http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList > > But I need to work with hand-coded GWT Widgets, and that sample is > based on UiBinder. Can anyone point me to a sample like the one in > the showcase (a large scrolling list) that does not use UiBinder? The > documentation isn't helpful; it's all based on trivial samples like > days-of-the-week that don't require scrolling.
The idea's the same regardless of the usage of uibinder isn't it? the basic idea is to put the celllist inside a scrollpanel, and then listen to scroll events on the scrollpanel, once you reach the bottom, load more data. -- Joe -- 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.
