public interface EventRender
| Modifier and Type | Method and Description |
|---|---|
String |
drawAllDay(Calendars cal,
CalendarEvent evt,
String id)
Draws the all day in the default mold of the calendar.
|
String |
drawAllDayByMonth(Calendars cal,
CalendarEvent evt,
String id,
Date begin,
Date end)
Draws the all day in the month mold of the calendar.
|
String |
drawDay(Calendars cal,
CalendarEvent evt,
String id)
Draws the day in the default mold of the calendar.
|
String |
drawDayByMonth(Calendars cal,
CalendarEvent evt,
String id)
Draws the day in the month mold of the calendar.
|
String drawDay(Calendars cal, CalendarEvent evt, String id)
id - auto-created by the calendars componentString drawAllDay(Calendars cal, CalendarEvent evt, String id)
id - auto-created by the calendars componentString drawDayByMonth(Calendars cal, CalendarEvent evt, String id)
id - auto-created by the calendars componentCopyright © 2015. All Rights Reserved.