public interface EditorEnterHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onEditorEnter(EditorEnterEvent event)
Callback fired when the user first starts editing a cell.
|
void onEditorEnter(EditorEnterEvent event)
This callback is typically used to establish dynamic
default values via ListGrid.setEditValue()
or ListGrid.setEditValues()
.
event
- the event