Interface EditorEnterHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEditorEnter
(EditorEnterEvent event) Callback fired when the user first starts editing a cell.
-
Method Details
-
onEditorEnter
Callback fired when the user first starts editing a cell.This callback is typically used to establish dynamic default values via
ListGrid.setEditValue()
orListGrid.setEditValues()
.- Parameters:
event
- the event
-