public interface HasEditorEnterHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
| com.google.gwt.event.shared.HandlerRegistration | addEditorEnterHandler(EditorEnterHandler handler)Callback fired when the user first starts editing a cell. | 
com.google.gwt.event.shared.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