Interface ItemRender


  • public interface ItemRender
    A renderer of the calendar item.(Like the mold renderer of ZK component)
    Author:
    jumperchen
    • Method Detail

      • drawDay

        String drawDay​(Calendars cal,
                       CalendarItem evt,
                       String id)
        Draws the day in the default mold of the calendar.
        Parameters:
        id - auto-created by the calendars component
      • drawAllDay

        String drawAllDay​(Calendars cal,
                          CalendarItem evt,
                          String id)
        Draws the all day in the default mold of the calendar.
        Parameters:
        id - auto-created by the calendars component
      • drawDayByMonth

        String drawDayByMonth​(Calendars cal,
                              CalendarItem evt,
                              String id)
        Draws the day in the month mold of the calendar.
        Parameters:
        id - auto-created by the calendars component
      • drawAllDayByMonth

        String drawAllDayByMonth​(Calendars cal,
                                 CalendarItem evt,
                                 String id,
                                 Date begin,
                                 Date end)
        Draws the all day in the month mold of the calendar.
        Parameters:
        id - auto-created by the calendars component