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