Interface HasDateChangedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
Calendar, Timeline

public interface HasDateChangedHandlers extends HasHandlers
  • Method Details

    • 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