public interface HasEditorEnterHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addEditorEnterHandler(EditorEnterHandler handler)
Callback fired when the user first starts editing a cell.
|
fireEvent
HandlerRegistration addEditorEnterHandler(EditorEnterHandler handler)
This callback is typically used to establish dynamic
default values via ListGrid.setEditValue()
or ListGrid.setEditValues()
.
handler
- the editorEnter handlerHandlerRegistration
used to remove this handler