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

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

public interface HasCellOutHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addCellOutHandler(CellOutHandler handler)
          Called when the mouse pointer leaves a cell
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addCellOutHandler

HandlerRegistration addCellOutHandler(CellOutHandler handler)
Called when the mouse pointer leaves a cell

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