Attributes | Name and Description |
---|---|
|
caplin.grid.GridDataProviderSnapshotListener()
|
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. |
►
caplin.grid.GridDataProviderSnapshotListener()
►
void
onGridSnapshotAvailable(Map mGridSnapshot)
call-back invoked on receiving snapshot of all records from the data provider
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.
Array | pSubjectIdentifiers | The complete list of row subject identifiers provided by the data provider. |