from the showcase demo, ShowMorePagerPanel, i can see this line
display.setVisibleRange(0, newPageSize);  , does that mean each time
we scroll, all item from 0--> max will keep on repeatedly retrieve and
display. how to make it to only display for subsequent new items and
all previous old items (starting from 0) just use back the cache.
possible? can guide on this?

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

Reply via email to