@Deprecated public interface CalendarEventProvider extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CalendarEventProvider.EventSetChangeEvent
Deprecated.
|
static interface |
CalendarEventProvider.EventSetChangeListener
Deprecated.
|
static interface |
CalendarEventProvider.EventSetChangeNotifier
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CalendarEvent> |
getEvents(Date startDate,
Date endDate)
Deprecated.
Gets all available events in the target date range between startDate and
endDate.
|
List<CalendarEvent> getEvents(Date startDate, Date endDate)
Gets all available events in the target date range between startDate and endDate. The Vaadin Calendar queries the events from the range that is shown, which is not guaranteed to be the same as the date range that is set.
For example, if you set the date range to be monday 22.2.2010 - wednesday 24.2.2010, the used Event Provider will be queried for events between monday 22.2.2010 00:00 and sunday 28.2.2010 23:59. Generally you can expect the date range to be expanded to whole days and whole weeks.
startDate - Start dateendDate - End dateCopyright © 2019 Vaadin Ltd. All rights reserved.