2010/09/22

Lazy scrolling panel in GWT

Google reader displays blog entries in a lazy scrolling panel, which means initially only a few entries are displayed, but if the user scrolls near the bottom, the next entries are loaded automatically. Implementing such a component in GWT is very simple.


Source code: LazyScrollPanel.java
Demo source code: demo files
Online demo: GWT-Aux Showcase - Lazy scroll panel demo

No comments:

Post a Comment