Interface HasDateChangedHandlers
- All Superinterfaces:
HasHandlers
-
Method Summary
Modifier and TypeMethodDescriptionaddDateChangedHandler
(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 Details
-
addDateChangedHandler
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
-