public interface HasRowEditorEnterHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addRowEditorEnterHandler(RowEditorEnterHandler handler)
Callback fired when the user starts editing a new row.
|
fireEvent
HandlerRegistration addRowEditorEnterHandler(RowEditorEnterHandler handler)
handler
- the rowEditorEnter handlerHandlerRegistration
used to remove this handler