Created
November 6, 2015 03:03
-
-
Save springcome/b3c03fa45611ce32b81f to your computer and use it in GitHub Desktop.
SmartGWT ListGrid에서 데이터조회가 완료후 데이터에 대한 처리를 하려고 할때
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ListGrid.addDataArrivedHandler(new DataArrivedHandler() { | |
@Override | |
public void onDataArrived(DataArrivedEvent event) { | |
// 데이터 조회 완료, 다음 처리 | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment