Package com.smartgwt.client.widgets
Interface TransferRecordsCallback
public interface TransferRecordsCallback
Called when the transferRecords() method completes.  A callback is necessary because transferRecords() is an asynchronous process that may require
 one or more server roundtrips
- See Also:
- 
- com.smartgwt.client.DataBoundComponent#transferRecords(Record[], Record, int, Canvas, TransferRecordsCallback)
 
- 
Method Summary
- 
Method Details- 
executeCalled when the transferRecords() method completes. A callback is necessary because transferRecords() is asynchronous- Parameters:
- records- the nodes we just transferred
 
 
-