Class EventCanvasHoverHTMLCustomizer
java.lang.Object
com.smartgwt.client.widgets.calendar.EventCanvasHoverHTMLCustomizer
Called to determine the hover HTML to be displayed when the user hovers over an eventCanvas in a calendar.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Calendar over which the hover occurredabstract String
getHoverHTML
(CalendarEvent calendarEvent, EventCanvas eventCanvas) getHoverHTML() should be implemented and return the string of HTML to display when the user hovers over an eventvoid
setCalendar
(Calendar calendar)
-
Constructor Details
-
EventCanvasHoverHTMLCustomizer
public EventCanvasHoverHTMLCustomizer()
-
-
Method Details
-
setCalendar
-
getCalendar
Returns the Calendar over which the hover occurred- Returns:
- Calendar over which the hover occurred
-
getHoverHTML
getHoverHTML() should be implemented and return the string of HTML to display when the user hovers over an event- Parameters:
calendarEvent
- the event being hovered over.eventCanvas
- the eventCanvas being hovered- Returns:
- HTML to display
-