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

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

public interface HasRecordExpandHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addRecordExpandHandler(RecordExpandHandler handler)
          Handler fired when a record is expanded in a grid with canExpandRecords set to true.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addRecordExpandHandler

HandlerRegistration addRecordExpandHandler(RecordExpandHandler handler)
Handler fired when a record is expanded in a grid with canExpandRecords set to true. Allows the expansion to be cancelled.

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