Class EventBodyHTMLCustomizer
java.lang.Object
com.smartgwt.client.widgets.calendar.EventBodyHTMLCustomizer
Called to determine the body/description HTML to be displayed in an event's EventCanvas
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetEventBodyHTML(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. 
- 
Constructor Details
- 
EventBodyHTMLCustomizer
public EventBodyHTMLCustomizer() 
 - 
 - 
Method Details
- 
getEventBodyHTML
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 renderedcalendarView- the view in which the event is being rendered- Returns:
 - HTML to display
 
 
 -