Class EventOverflowHoverHTMLCustomizer
java.lang.Object
com.smartgwt.client.widgets.calendar.EventOverflowHoverHTMLCustomizer
Called to determine the hover HTML shown when the user hovers over an overflow chip in a day or week view.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the Calendar that contains the overflow chip.abstract StringgetEventOverflowHoverHTML(CalendarEvent[] events, Date startDate, Date endDate) getEventOverflowHoverHTML() should be implemented and return the string of HTML to display when hovering over an overflow chip.voidsetCalendar(Calendar calendar)
-
Constructor Details
-
EventOverflowHoverHTMLCustomizer
public EventOverflowHoverHTMLCustomizer()
-
-
Method Details
-
setCalendar
-
getCalendar
Returns the Calendar that contains the overflow chip.- Returns:
- the Calendar instance
-
getEventOverflowHoverHTML
public abstract String getEventOverflowHoverHTML(CalendarEvent[] events, Date startDate, Date endDate) getEventOverflowHoverHTML() should be implemented and return the string of HTML to display when hovering over an overflow chip.- Parameters:
events- the hidden events in the overflow regionstartDate- start of the overflow regionendDate- end of the overflow region- Returns:
- HTML to display in the hover
-