I need a ScrollTable to behave as a PagingScrollTable with regards to
pulling data from a server, but without paging. I thought I could use
ScrollHandler to "hear" when scrolling has stopped. Then I could
request more data from the server from row m to n and add it to my
existing cache. Anyone got any neat ways of doing this in GWT or knows
any existing code they could point me to. If it works like the
PagingScrollTable with it's RPC request callbacks and Cache that would
be even better. Best regards, Jaga

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to