For scroll base paging in gwt,i am using the scroll panel and its scroll event.
On scroll event, i have given the async call to fetch record from database.
问题:-1)如何限制向上滚动的滚动事件?2)如果用户向下滚动,获取数据并显示。可能用户刚刚再次向上滚动,现在他通常向下滚动以查看先前加载的数据?请帮助我。
For scroll base paging in gwt,i am using the scroll panel and its scroll event.
On scroll event, i have given the async call to fetch record from database.
问题:-1)如何限制向上滚动的滚动事件?2)如果用户向下滚动,获取数据并显示。可能用户刚刚再次向上滚动,现在他通常向下滚动以查看先前加载的数据?请帮助我。