Class MonthViewHoverHTMLCustomizer
java.lang.Object
com.smartgwt.client.widgets.calendar.MonthViewHoverHTMLCustomizer
Called to determine the hover HTML to be displayed when the user hovers over a cell displayed in the calendar month view tab.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Calendar over which the hover occurredabstract String
getMonthViewHoverHTML
(Date currentDate, CalendarEvent[] events) hoverHTML() should be implemented and return the string of HTML to display when the user hovers over ListGrid cellsvoid
setCalendar
(Calendar calendar)
-
Constructor Details
-
MonthViewHoverHTMLCustomizer
public MonthViewHoverHTMLCustomizer()
-
-
Method Details
-
setCalendar
-
getCalendar
Returns the Calendar over which the hover occurred- Returns:
- Calendar over which the hover occurred
-
getMonthViewHoverHTML
hoverHTML() should be implemented and return the string of HTML to display when the user hovers over ListGrid cells- Parameters:
currentDate
- date the hover has been triggered on.events
- the events that occur on that date.- Returns:
- HTML to display
-