com.smartgwt.client.widgets.grid.events
Interface HasRowEditorEnterHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
ListGrid, Menu, TreeGrid

public interface HasRowEditorEnterHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addRowEditorEnterHandler(RowEditorEnterHandler handler)
          Callback fired when the user starts editing a new row.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addRowEditorEnterHandler

HandlerRegistration addRowEditorEnterHandler(RowEditorEnterHandler handler)
Callback fired when the user starts editing a new row.

Parameters:
handler - the rowEditorEnter handler
Returns:
HandlerRegistration used to remove this handler