public abstract class HeaderLevelHoverCustomizer
extends java.lang.Object
| Constructor and Description | 
|---|
| HeaderLevelHoverCustomizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| Calendar | getCalendar()Returns the Calendar over which the hover occurred | 
| abstract java.lang.String | getHoverHTML(HeaderLevel headerLevel,
            java.util.Date startDate,
            java.util.Date endDate,
            java.lang.String defaultValue,
            CalendarView view)getHoverHTML() should be implemented and return the string of HTML to display in the hover for a given span in the HeaderLevel | 
| void | setCalendar(Calendar calendar) | 
public void setCalendar(Calendar calendar)
public Calendar getCalendar()
public abstract java.lang.String getHoverHTML(HeaderLevel headerLevel, java.util.Date startDate, java.util.Date endDate, java.lang.String defaultValue, CalendarView view)
headerLevel - HeaderLevel a reference to this headerLevelstartDate - Date the start of the date-range covered by this span in this levelendDate - Date the end of the date-range covered by this span in this level - may be nulldefaultValue - String the default title as generated by the TimelinecalendarView - CalendarView a reference to the calendarView this headerLevel is in