Interface HasEditCompleteHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 CalendarView,CubeGrid,DateGrid,EditTree,ListGrid,ListPalette,Menu,MenuPalette,PickListMenu,RecordEditor,SelectionTreeMenu,TableView,TreeGrid,TreePalette
- 
Method Summary
Modifier and TypeMethodDescriptionCallback fired when inline edits have been successfully saved.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addEditCompleteHandler
Callback fired when inline edits have been successfully saved.No default implementation.
- Parameters:
 handler- the editComplete handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -