Class MonthViewHoverHTMLCustomizer
java.lang.Object
com.smartgwt.client.widgets.calendar.MonthViewHoverHTMLCustomizer
Called to determine the hover HTML to be displayed when the user hovers over a cell displayed in the calendar month view tab.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the Calendar over which the hover occurredabstract StringgetMonthViewHoverHTML(Date currentDate, CalendarEvent[] events) hoverHTML() should be implemented and return the string of HTML to display when the user hovers over ListGrid cellsvoidsetCalendar(Calendar calendar) 
- 
Constructor Details- 
MonthViewHoverHTMLCustomizerpublic MonthViewHoverHTMLCustomizer()
 
- 
- 
Method Details- 
setCalendar
- 
getCalendarReturns the Calendar over which the hover occurred- Returns:
- Calendar over which the hover occurred
 
- 
getMonthViewHoverHTMLhoverHTML() should be implemented and return the string of HTML to display when the user hovers over ListGrid cells- Parameters:
- currentDate- date the hover has been triggered on.
- events- the events that occur on that date.
- Returns:
- HTML to display
 
 
-