| Interface | Description |
|---|---|
| ICalendarListener |
Event listener shared by the
Calendar widget and the CalendarBehavior |
| ICalendarVisitor |
Provides the ability for a
CalendarEvent to be visited by a CalendarModel, after events have been retrieved by the CalendarModelBehavior (after LoadableDetachableModel.load()) A typical use is to set the css class-name ( CalendarEvent.setClassName(String)) depending on another property. |
| Class | Description |
|---|---|
| Calendar |
Provides calendar widget, based on the jQuery fullcalendar plugin.
|
| CalendarAdapter |
Adapter class for
ICalendarListener |
| CalendarBehavior |
Provides the jQuery fullCalendar behavior
|
| CalendarBehavior.ClickEvent |
Provides an event object that will be broadcasted by the
CalendarBehavior.OnEventClickAjaxBehavior callback |
| CalendarBehavior.DayClickEvent |
Provides an event object that will be broadcasted by the
CalendarBehavior.OnDayClickAjaxBehavior callback |
| CalendarBehavior.DeltaEvent |
Provides a base class for
CalendarBehavior event objects that contain a delta time |
| CalendarBehavior.DropEvent |
Provides an event object that will be broadcasted by the
CalendarBehavior.OnEventDropAjaxBehavior callback |
| CalendarBehavior.ObjectDropEvent |
Provides an event object that will be broadcasted by the
CalendarBehavior.OnObjectDropAjaxBehavior callback |
| CalendarBehavior.OnDayClickAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'dayClick' event |
| CalendarBehavior.OnEventClickAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'eventClick' event |
| CalendarBehavior.OnEventDropAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'eventDrop' event |
| CalendarBehavior.OnEventResizeAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'eventResize' event |
| CalendarBehavior.OnObjectDropAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'drop' event |
| CalendarBehavior.OnSelectAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'select' event |
| CalendarBehavior.OnViewRenderAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'viewRender' event |
| CalendarBehavior.ResizeEvent |
Provides an event object that will be broadcasted by the
CalendarBehavior.OnEventResizeAjaxBehavior callback |
| CalendarBehavior.SelectEvent |
Provides an event object that will be broadcasted by the
CalendarBehavior.OnSelectAjaxBehavior callback |
| CalendarBehavior.ViewRenderEvent |
Provides an event object that will be broadcasted by the
CalendarBehavior.OnViewRenderAjaxBehavior callback |
| CalendarEvent |
Provides a base bean that can be used with a
CalendarModel |
| CalendarModel |
Base class for implementing the list model of
CalendarEvent to be retrieved.Calendar widget takes those model in constructor; the inheriting class should be able to LoadableDetachableModel.load() events depending on CalendarModel.getStart() and CalendarModel.getEnd() dates. |
| CalendarModelBehavior | |
| EventObject |
Provides a simple draggable event object based on
Label. |
| EventSource |
Provides an event source Object
|
| EventSource.GoogleCalendar |
Provides a Google Calendar
EventSource |
| Enum | Description |
|---|---|
| CalendarView |
Provides an enum of available calendar views
|
Copyright © 2021 7thWeb. All rights reserved.