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
-
Method Summary
Modifier and TypeMethodDescriptionabstract 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.
-
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
-