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

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

public interface HasRowOutHandlers
extends HasHandlers


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

Method Detail

addRowOutHandler

HandlerRegistration addRowOutHandler(RowOutHandler handler)
Called when the mouse pointer leaves a row

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