Class MonthViewHoverHTMLCustomizer

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

public abstract class MonthViewHoverHTMLCustomizer extends Object
Called to determine the hover HTML to be displayed when the user hovers over a cell displayed in the calendar month view tab.
  • Constructor Details

    • MonthViewHoverHTMLCustomizer

      public MonthViewHoverHTMLCustomizer()
  • 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
    • getMonthViewHoverHTML

      public abstract String getMonthViewHoverHTML(Date currentDate, CalendarEvent[] events)
      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