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

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
Calendar

public interface HasDateChangedHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addDateChangedHandler(DateChangedHandler handler)
          Fires whenever the user changes the current date, including picking a specific date or navigating to a new week or month.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addDateChangedHandler

HandlerRegistration addDateChangedHandler(DateChangedHandler handler)
Fires whenever the user changes the current date, including picking a specific date or navigating to a new week or month.

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