Class ZoneHoverHTMLCustomizer

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

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

    • ZoneHoverHTMLCustomizer

      public ZoneHoverHTMLCustomizer()
  • 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
    • getZoneHoverHTML

      public abstract String getZoneHoverHTML(CalendarEvent zone, ZoneCanvas zoneCanvas)
      getZoneHoverHTML() should be implemented and return the string of HTML to display when the user hovers over a ZoneCanvas
      Parameters:
      zone - the Zone being hovered over.
      zoneCanvas - the zoneCanvas being hovered
      Returns:
      HTML to display