Introducing the Schedule component
The Schedule component is an
Outlook/iCal-like JSF component to manage events. The Schedule component supports Month, Week, and Day-based views, lazy loading of events, i18n support, and AJAX event listeners for the dateSelect
, eventSelect
, eventMove
, and eventResize
events.
To create the Schedule component we need to create an instance of org.primefaces.model.ScheduleModel
and add events which are instances of org.primefaces.model.ScheduleEvent
. The DefaultScheduleModel
and DefaultScheduleEvent
are default implementations for ScheduleModel
and ScheduleEvent
provided by PrimeFaces.