public interface CellSavedHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onCellSaved(CellSavedEvent event)
Fires after user edits have been successfully saved to the server, when the new value doesn't match the value before
editing.
|
void onCellSaved(CellSavedEvent event)
If you want immediate notification of a changes before changes has been saved to the server,
implement field.change()
or field.changed()
instead.
You can supply this method on the listGrid instance or on the listGridField(s) that you want to receive cellChanged events for. If both a field and the listGrid define a cellChanged method and that field receives an edit save, only the one defined on the field is called.
event
- the event