Re: Scrolling CellList sample?
On Fri, Jun 10, 2011 at 14:57, Jim Douglas <jdougla@basis.com> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home