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

All Superinterfaces:
EventHandler

public interface RowEditorExitHandler
extends EventHandler


Method Summary
 void onRowEditorExit(RowEditorExitEvent event)
          Callback fired when the user attempts to navigate away from the current edit row, or complete the current edit.
 

Method Detail

onRowEditorExit

void onRowEditorExit(RowEditorExitEvent event)
Callback fired when the user attempts to navigate away from the current edit row, or complete the current edit.

Call RowEditorExitEvent.cancel() from within onRowEditorExit(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