Interface RemoveRecordClickHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidHandler fired when the user clicks the "remove" icon ifcanRemoveRecordsis true. 
- 
Method Details
- 
onRemoveRecordClick
Handler fired when the user clicks the "remove" icon ifcanRemoveRecordsis true. Default behavior will remove the record from the data set, or if we'redeferring removalmark the record as removed [or for records already marked as removed, clear this removed marker].If
warnOnRemovalis set, this method will also show a warning dialog to users allowing them to cancel the removal.This event may be cancelled to suppress the default behavior.
- Parameters:
 event- the event
 
 -