public interface HasRecordDropHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addRecordDropHandler(RecordDropHandler handler)
Handler fired when the user drops a record onto this listGrid before any other processing of the drop occurs.
|
com.google.gwt.event.shared.HandlerRegistration addRecordDropHandler(RecordDropHandler handler)
handler - the recordDrop handlerHandlerRegistration used to remove this handler