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 SummaryConstructors
- 
Method SummaryModifier 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- 
EventHeaderHTMLCustomizerpublic EventHeaderHTMLCustomizer()
 
- 
- 
Method Details- 
getEventHeaderHTMLgetEventHeaderHTML() 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 rendered
- calendarView- the view in which the event is being rendered
- Returns:
- HTML to display
 
 
-