Skip to content

Instantly share code, notes, and snippets.

@springcome
Created November 6, 2015 03:03
Show Gist options
  • Save springcome/b3c03fa45611ce32b81f to your computer and use it in GitHub Desktop.
Save springcome/b3c03fa45611ce32b81f to your computer and use it in GitHub Desktop.
SmartGWT ListGrid에서 데이터조회가 완료후 데이터에 대한 처리를 하려고 할때
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