|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EditorExitHandler
| 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 |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||