I have a very large list that I want to page through with CellTable,
but I don't want to push all the rows up to the client in one big
chunk.  In the past, I have done this with Pojos and RPC, but now I'm
using RequestFactory.

What I'd like to do is retrieve the next page from the server (when
onRangeChanged gets called).  Is there any way to manage a collection
like that through RequestFactory?

-- 
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.

Reply via email to