public interface EditorExitHandler
extends com.google.gwt.event.shared.EventHandler | Modifier and Type | Method and Description |
|---|---|
void | onEditorExit(EditorExitEvent event) Callback fired when the user attempts to navigate away from the current edit cell, or complete the current edit. Call EditorExitEvent.cancel() from within onEditorExit(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) |
void onEditorExit(EditorExitEvent event)
EditorExitEvent.cancel() from within onEditorExit(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)event - the event