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