Interface CalendarModel

    • Method Detail

      • get

        List<CalendarItem> get​(Date beginDate,
                               Date endDate,
                               RenderContext rc)
        Returns the list that must be a list of CalendarItem type.
        Parameters:
        beginDate - the begin date
        endDate - the end date
        rc - a RenderContext encapsulates the information needed for Calendars.
      • addCalendarDataListener

        void addCalendarDataListener​(CalendarDataListener l)
        Adds a listener to the calendar model that's notified each time a change to the data model occurs.
      • removeCalendarDataListener

        void removeCalendarDataListener​(CalendarDataListener l)
        Removes a listener from the calendar model that's notified each time a change to the data model occurs.