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

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

public interface HasCellContextClickHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addCellContextClickHandler(CellContextClickHandler handler)
          Called when a cell receives a contextclick event.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addCellContextClickHandler

HandlerRegistration addCellContextClickHandler(CellContextClickHandler handler)
Called when a cell receives a contextclick event.

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