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

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
CubeGrid, DateGrid, ListGrid, Menu, TableView, 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.
 
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 recordDrop handler
Returns:
HandlerRegistration used to remove this handler