To limit the number of records fetched, I plan to add more records when we reach the end of the data in an EditorTreeGrid . I have tried the following code
myTree.addListener(Events.BodyScroll、new Listener(){
@Override
public void handleEvent(GridEvent be){
//I need to check if the scroll has reached the end to the list and
then add more records to the store .
EditorTreeGridコンポーネント=be.getComponent(); System.out.println(be.getScrollTop()); //上記
は、巻物のペースを変えると//常に変わるようです。
}
助けてください 。});