public interface RowEditorExitHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onRowEditorExit(RowEditorExitEvent event)
Callback fired when the user attempts to navigate away from the current edit row, or complete the current edit.
|
void onRowEditorExit(RowEditorExitEvent event)
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).
event
- the event