public abstract class EventHeaderHTMLCustomizer
extends java.lang.Object
Constructor and Description |
---|
EventHeaderHTMLCustomizer() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getEventHeaderHTML(CalendarEvent calendarEvent,
CalendarView calendarView)
getEventHeaderHTML() should be implemented and return the string of HTML to display as
the title/header text for the passed event.
|
public abstract java.lang.String getEventHeaderHTML(CalendarEvent calendarEvent, CalendarView calendarView)
calendarEvent
- the event being renderedcalendarView
- the view in which the event is being rendered