Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addDayBodyClickHandler(DayBodyClickHandler handler)
Called when the body area of a day in the month view is clicked on, outside of any links to a particular event.
|
com.google.gwt.event.shared.HandlerRegistration addDayBodyClickHandler(DayBodyClickHandler handler)
By
default, if the user can add events, shows a dialog for adding a new event for that day. Call DayBodyClickEvent.cancel()
from within DayBodyClickHandler.onDayBodyClick(com.smartgwt.client.widgets.calendar.events.DayBodyClickEvent)
to cancel this
action.
Note that, when otherDayClickNavigation
is true, the calendar will first navigate the Month view to the selected month, before
showing the Event Editor dialog at the proper location.
Not called if the day falls outside the current month and
showOtherDays
is false.
handler
- the dayBodyClick handlerHandlerRegistration
used to remove this handler