Interface
caplin.grid

GridDataProviderSnapshotListener

Interface implemented by objects needing to invoke the caplin.grid.GridDataProvider#getSubjectIdentifiers method.

Constructor Summary

Attributes Name and Description
caplin.grid.GridDataProviderSnapshotListener()

Method Summary

Attributes Name and Description
void onGridSnapshotAvailable(Map mGridSnapshot)

call-back invoked on receiving snapshot of all records from the data provider

void onSnapshotAvailable(Array pSubjectIdentifiers)

Call-back invoked once the requested subject identifier has become available.

Constructor Detail

caplin.grid.GridDataProviderSnapshotListener()

Method Detail

void onGridSnapshotAvailable(Map mGridSnapshot)

call-back invoked on receiving snapshot of all records from the data provider

Parameters
Map mGridSnapshot All the records in the grid, including off-screen records from the data provider

void onSnapshotAvailable(Array pSubjectIdentifiers)

Call-back invoked once the requested subject identifier has become available.

Parameters
Array pSubjectIdentifiers The complete list of row subject identifiers provided by the data provider.