public interface CalendarModel
Calendars
to store the
event datum.Modifier and Type | Method and Description |
---|---|
void |
addCalendarDataListener(CalendarDataListener l)
Adds a listener to the calendar model that's notified each time a change
to the data model occurs.
|
java.util.List<CalendarItem> |
get(java.util.Date beginDate,
java.util.Date endDate,
RenderContext rc)
Returns the list that must be a list of
CalendarItem type. |
void |
removeCalendarDataListener(CalendarDataListener l)
Removes a listener from the calendar model that's notified each time
a change to the data model occurs.
|
java.util.List<CalendarItem> get(java.util.Date beginDate, java.util.Date endDate, RenderContext rc)
CalendarItem
type.beginDate
- the begin dateendDate
- the end daterc
- a RenderContext encapsulates the information needed for Calendars.void addCalendarDataListener(CalendarDataListener l)
void removeCalendarDataListener(CalendarDataListener l)
Copyright © 2021. All Rights Reserved.