Class IndicatorHoverHTMLCustomizer

java.lang.Object
com.smartgwt.client.widgets.calendar.IndicatorHoverHTMLCustomizer

public abstract class IndicatorHoverHTMLCustomizer extends Object
Called to determine the hover HTML to be displayed when the user hovers over an IndicatorCanvas in a calendar.
  • Constructor Details

    • IndicatorHoverHTMLCustomizer

      public IndicatorHoverHTMLCustomizer()
  • Method Details

    • setCalendar

      public void setCalendar(Calendar calendar)
    • getCalendar

      public Calendar 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