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

    Modifier and Type
    Method
    Description
    void
    execute(Record[] records)
    Called when the transferRecords() method completes.
  • Method Details

    • execute

      void execute(Record[] records)
      Called when the transferRecords() method completes. A callback is necessary because transferRecords() is asynchronous
      Parameters:
      records - the nodes we just transferred