Class HeaderLevelHoverCustomizer
java.lang.Object
com.smartgwt.client.widgets.calendar.HeaderLevelHoverCustomizer
Called to determine the hover text for a given span in a HeaderLevel in Timeline views
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Calendar over which the hover occurredabstract String
getHoverHTML
(HeaderLevel headerLevel, Date startDate, Date endDate, String defaultValue, CalendarView view) getHoverHTML() should be implemented and return the string of HTML to display in the hover for a given span in the HeaderLevelvoid
setCalendar
(Calendar calendar)
-
Constructor Details
-
HeaderLevelHoverCustomizer
public HeaderLevelHoverCustomizer()
-
-
Method Details
-
setCalendar
-
getCalendar
Returns the Calendar over which the hover occurred- Returns:
- Calendar over which the hover occurred
-
getHoverHTML
public abstract String getHoverHTML(HeaderLevel headerLevel, Date startDate, Date endDate, String defaultValue, CalendarView view) getHoverHTML() should be implemented and return the string of HTML to display in the hover for a given span in the HeaderLevel- Parameters:
headerLevel
- HeaderLevel a reference to this headerLevelstartDate
- Date the start of the date-range covered by this span in this levelendDate
- Date the end of the date-range covered by this span in this level - may be nulldefaultValue
- String the default title as generated by the TimelinecalendarView
- CalendarView a reference to the calendarView this headerLevel is in- Returns:
- String The formatted hover text for the values passed in
-