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