Interface HasDateFieldClickHandlers
- All Superinterfaces:
HasHandlers
-
Method Summary
Modifier and TypeMethodDescriptionCalled when a user clicks a date-field in the header area of a vertical view or Timeline.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addDateFieldClickHandler
Called when a user clicks a date-field in the header area of a vertical view or Timeline.In the
weekView, the default behavior is to show the clicked date in thedayView. There is no default behavior in other views.- Parameters:
handler- the dateFieldClick handler- Returns:
HandlerRegistrationused to remove this handler
-