public abstract class MonthViewHoverHTMLCustomizer
extends java.lang.Object
| Constructor and Description | 
|---|
MonthViewHoverHTMLCustomizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
Calendar | 
getCalendar()
Returns the Calendar over which the hover occurred 
 | 
abstract java.lang.String | 
getMonthViewHoverHTML(java.util.Date currentDate,
                     CalendarEvent[] events)
hoverHTML() should be implemented and return the string of HTML to display when the user hovers
 over ListGrid cells 
 | 
void | 
setCalendar(Calendar calendar)  | 
public void setCalendar(Calendar calendar)
public Calendar getCalendar()
public abstract java.lang.String getMonthViewHoverHTML(java.util.Date currentDate,
                                                       CalendarEvent[] events)
currentDate - date the hover has been triggered on.events - the events that occur on that date.