Class IndicatorHoverHTMLCustomizer
java.lang.Object
com.smartgwt.client.widgets.calendar.IndicatorHoverHTMLCustomizer
Called to determine the hover HTML to be displayed when the user hovers over an IndicatorCanvas in a calendar.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Calendar over which the hover occurredabstract String
getIndicatorHoverHTML
(CalendarEvent indicator, IndicatorCanvas indicatorCanvas) getIndicatorHoverHTML() should be implemented and return the string of HTML to display when the user hovers over an IndicatorCanvasvoid
setCalendar
(Calendar calendar)
-
Constructor Details
-
IndicatorHoverHTMLCustomizer
public IndicatorHoverHTMLCustomizer()
-
-
Method Details
-
setCalendar
-
getCalendar
Returns the Calendar over which the hover occurred- Returns:
- Calendar over which the hover occurred
-
getIndicatorHoverHTML
public abstract String getIndicatorHoverHTML(CalendarEvent indicator, IndicatorCanvas indicatorCanvas) getIndicatorHoverHTML() should be implemented and return the string of HTML to display when the user hovers over an IndicatorCanvas- Parameters:
indicator
- the Indicator being hovered over.indicatorCanvas
- the indicatorCanvas being hovered- Returns:
- HTML to display
-