public interface HasDateChangedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
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.
|
fireEvent
HandlerRegistration addDateChangedHandler(DateChangedHandler handler)
handler
- the dateChanged handlerHandlerRegistration
used to remove this handler