com.smartgwt.client.widgets.grid.events
Interface EditorExitHandler

All Superinterfaces:
EventHandler

public interface EditorExitHandler
extends EventHandler


Method Summary
 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)
 

Method Detail

onEditorExit

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)

Parameters:
event - the event