public interface RemoteRecordCollection<T extends DBRecord> extends RecordCollection<T>
Modifier and Type | Method and Description |
---|---|
boolean |
isForeignNewRecordAutoInserted()
Tells wasCancelled a newly inserted
DBRecord received via RecordChangeEvent
notification from the server should automatically be added to the collection. |
addRecord, addRecord, getMasterRecord, getRecord, getSelectedRecord, removeRecord, removeRecord, replaceRecord
boolean isForeignNewRecordAutoInserted()
DBRecord
received via RecordChangeEvent
notification from the server should automatically be added to the collection. In some cases
this may not be desired.Copyright © 2014 EsprIT-Systems. All Rights Reserved.