Class EventHeaderHTMLCustomizer
java.lang.Object
com.smartgwt.client.widgets.calendar.EventHeaderHTMLCustomizer
Called to determine the header/title HTML to be displayed in an event's EventCanvas
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetEventHeaderHTML(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. 
- 
Constructor Details
- 
EventHeaderHTMLCustomizer
public EventHeaderHTMLCustomizer() 
 - 
 - 
Method Details
- 
getEventHeaderHTML
getEventHeaderHTML() should be implemented and return the string of HTML to display as the title/header text for the passed event. To access the Calendar itself, use calendarView.getCalendar().- Parameters:
 calendarEvent- the event being renderedcalendarView- the view in which the event is being rendered- Returns:
 - HTML to display
 
 
 -