com.smartgwt.client.widgets.calendar.events
Interface HasBackgroundClickHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
Calendar

public interface HasBackgroundClickHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addBackgroundClickHandler(BackgroundClickHandler handler)
          Callback fired when the mouse is clicked in a background-cell, ie, one without an event.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addBackgroundClickHandler

HandlerRegistration addBackgroundClickHandler(BackgroundClickHandler handler)
Callback fired when the mouse is clicked in a background-cell, ie, one without an event.

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