Interface EditorExitHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEditorExit
(EditorExitEvent event) Callback fired when the user attempts to navigate away from the current edit cell, or complete the current edit.
CallEditorExitEvent.cancel()
from withinonEditorExit(com.smartgwt.client.widgets.grid.events.EditorExitEvent)
from this method to cancel the default behavior (Saving / cancelling the current edit / moving to the next edit cell)
-
Method Details
-
onEditorExit
Callback fired when the user attempts to navigate away from the current edit cell, or complete the current edit.
CallEditorExitEvent.cancel()
from withinonEditorExit(com.smartgwt.client.widgets.grid.events.EditorExitEvent)
from this method to cancel the default behavior (Saving / cancelling the current edit / moving to the next edit cell)- Parameters:
event
- the event
-