Class EventBodyHTMLCustomizer

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

public abstract class EventBodyHTMLCustomizer extends Object
Called to determine the body/description HTML to be displayed in an event's EventCanvas
  • Constructor Details

    • EventBodyHTMLCustomizer

      public EventBodyHTMLCustomizer()
  • Method Details

    • getEventBodyHTML

      public abstract String getEventBodyHTML(CalendarEvent calendarEvent, CalendarView calendarView)
      getEventBodyHTML() should be implemented and return the string of HTML to display as the body/description text for the passed event. To access the Calendar itself, use calendarView.getCalendar().
      Parameters:
      calendarEvent - the event being rendered
      calendarView - the view in which the event is being rendered
      Returns:
      HTML to display