Interface HasEditorEnterHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 CalendarView,CubeGrid,DateGrid,EditTree,ListGrid,ListGridField,ListGridRemoveField,ListGridSummaryField,ListPalette,Menu,MenuPalette,PickListMenu,RecordEditor,SelectionTreeMenu,TableView,TreeGrid,TreeGridField,TreePalette
- 
Method Summary
Modifier and TypeMethodDescriptionaddEditorEnterHandler(EditorEnterHandler handler) Callback fired when the user first starts editing a cell.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addEditorEnterHandler
Callback fired when the user first starts editing a cell.This callback is typically used to establish dynamic default values via
ListGrid.setEditValue()orListGrid.setEditValues().- Parameters:
 handler- the editorEnter handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -