com.smartgwt.client.widgets.tableview.events
Interface HasRecordNavigationClickHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
TableView

public interface HasRecordNavigationClickHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addRecordNavigationClickHandler(RecordNavigationClickHandler handler)
          Executed when the user clicks on a record, or on the navigate icon for a record depending on NavigationMode.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addRecordNavigationClickHandler

HandlerRegistration addRecordNavigationClickHandler(RecordNavigationClickHandler handler)
Executed when the user clicks on a record, or on the navigate icon for a record depending on NavigationMode.

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