Interface DayHeaderClickHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the header area of a day in the month view is clicked on. 
- 
Method Details
- 
onDayHeaderClick
Called when the header area of a day in the month view is clicked on.By default, moves to the day tab and shows the clicked days events. Call
DayHeaderClickEvent.cancel()from withinonDayHeaderClick(com.smartgwt.client.widgets.calendar.events.DayHeaderClickEvent)to cancel this action.Not called if the day falls outside the current month and
showOtherDaysis false.- Parameters:
 event- the event
 
 -