CellTable, DataGrid and in general all widgets that implements 
HasKeyboardPagingPolicy, have a KeyboardPagingPolicy field that can be set 
to INCREASE_RANGE in order to append the next page instead switching to it. 
Showcase shows this functionality with CellList, using a ShowMorePagerPanel 
(that extends AbstractPager) that uses an inner ScrollPanel to update the 
current range once the scrollbar reaches the end. But for the DataGrid 
should be the same: define the pager, add it to the DataGrid and set the 
KeyboardPagingPolicy.

Live example: 
http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList
The widget panel: 
http://www.google.com/codesearch#A1edwVHBClQ/samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/ShowMorePagerPanel.java&q=ShowMorePagerPanel%20%20package:http://google-web-toolkit\.googlecode\.com&type=cs

This is a somewhat unknown feature.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/_6Y9KGD7AfoJ.
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