public abstract class EventStyleCustomizer
extends java.lang.Object
| Constructor and Description | 
|---|
| EventStyleCustomizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract java.lang.String | getEventStyle(CalendarEvent calendarEvent,
             CalendarView calendarView)getEventStyleStyle() should be implemented and return the CSS class name for the passed event in the passed view
 To access the Calendar itself, use calendarView.getCalendar(). | 
public abstract java.lang.String getEventStyle(CalendarEvent calendarEvent, CalendarView calendarView)
calendarEvent - the event being renderedcalendarView - the view in which the event is being rendered