public interface HasRecordExpandHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addRecordExpandHandler(RecordExpandHandler handler)
Handler fired when a record is expanded in a grid with
canExpandRecords set to true. |
fireEvent
HandlerRegistration addRecordExpandHandler(RecordExpandHandler handler)
canExpandRecords
set to true. Allows the expansion
to be cancelled.handler
- the recordExpand handlerHandlerRegistration
used to remove this handler