public abstract class DragHoverCustomizer
extends java.lang.Object
| Constructor and Description | 
|---|
DragHoverCustomizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
Calendar | 
getCalendar()
Returns the Calendar over which the hover occurred 
 | 
abstract java.lang.String | 
getHoverHTML(CalendarEvent event,
            java.lang.String defaultValue,
            CalendarView view)
getHoverHTML() should be implemented and return the string of HTML to display in the hover during a drag operation 
 | 
void | 
setCalendar(Calendar calendar)  | 
public void setCalendar(Calendar calendar)
public Calendar getCalendar()
public abstract java.lang.String getHoverHTML(CalendarEvent event, java.lang.String defaultValue, CalendarView view)
calendarEvent - CalendarEvent the existing event being dragged, or the details of the current drag-select range, representing a new eventdefaultValue - String the default hover text as generated by the TimelinecalendarView - CalendarView a reference to the calendarView containing the drag