com.smartgwt.client.widgets.grid.events
Interface HasRecordDropHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
ListGrid, Menu, TreeGrid

public interface HasRecordDropHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addRecordDropHandler(RecordDropHandler handler)
          Handler fired when the user drops a record onto this listGrid before any other processing of the drop occurs. Return false to suppress the default record drop handling.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addRecordDropHandler

HandlerRegistration addRecordDropHandler(RecordDropHandler handler)
Handler fired when the user drops a record onto this listGrid before any other processing of the drop occurs. Return false to suppress the default record drop handling.

Parameters:
handler - the onRecordDrop handler
Returns:
HandlerRegistration used to remove this handler