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