All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description Calendar Provides calendar widget, based on the jQuery fullcalendar plugin.CalendarAdapter Adapter class forICalendarListenerCalendarBehavior Provides the jQuery fullCalendar behaviorCalendarBehavior.ClickEvent Provides an event object that will be broadcasted by theCalendarBehavior.OnEventClickAjaxBehaviorcallbackCalendarBehavior.DayClickEvent Provides an event object that will be broadcasted by theCalendarBehavior.OnDayClickAjaxBehaviorcallbackCalendarBehavior.DeltaEvent Provides a base class forCalendarBehaviorevent objects that contain a delta timeCalendarBehavior.DropEvent Provides an event object that will be broadcasted by theCalendarBehavior.OnEventDropAjaxBehaviorcallbackCalendarBehavior.ObjectDropEvent Provides an event object that will be broadcasted by theCalendarBehavior.OnObjectDropAjaxBehaviorcallbackCalendarBehavior.OnDayClickAjaxBehavior Provides aJQueryAjaxBehaviorthat aims to be wired to the 'dayClick' eventCalendarBehavior.OnEventClickAjaxBehavior Provides aJQueryAjaxBehaviorthat aims to be wired to the 'eventClick' eventCalendarBehavior.OnEventDropAjaxBehavior Provides aJQueryAjaxBehaviorthat aims to be wired to the 'eventDrop' eventCalendarBehavior.OnEventResizeAjaxBehavior Provides aJQueryAjaxBehaviorthat aims to be wired to the 'eventResize' eventCalendarBehavior.OnObjectDropAjaxBehavior Provides aJQueryAjaxBehaviorthat aims to be wired to the 'drop' eventCalendarBehavior.OnSelectAjaxBehavior Provides aJQueryAjaxBehaviorthat aims to be wired to the 'select' eventCalendarBehavior.OnViewRenderAjaxBehavior Provides aJQueryAjaxBehaviorthat aims to be wired to the 'viewRender' eventCalendarBehavior.ResizeEvent Provides an event object that will be broadcasted by theCalendarBehavior.OnEventResizeAjaxBehaviorcallbackCalendarBehavior.SelectEvent Provides an event object that will be broadcasted by theCalendarBehavior.OnSelectAjaxBehaviorcallbackCalendarBehavior.ViewRenderEvent Provides an event object that will be broadcasted by theCalendarBehavior.OnViewRenderAjaxBehaviorcallbackCalendarEvent Provides a base bean that can be used with aCalendarModelCalendarJavaScriptResourceReference Provides the resource reference for the fullcalendar javascript library.CalendarLibrarySettings Provides library settings for FullCalendar resource references
Usage:CalendarLocalesJavaScriptResourceReference Provides the resource reference for the fullcalendar javascript library.CalendarModel Base class for implementing the list model ofCalendarEventto be retrieved.
Calendarwidget takes those model in constructor; the inheriting class should be able toLoadableDetachableModel.load()events depending onCalendarModel.getStart()andCalendarModel.getEnd()dates.CalendarModelBehavior CalendarStyleSheetResourceReference Provides the resource reference for the fullcalendar stylesheet.CalendarView Provides an enum of available calendar viewsEventObject Provides a simple draggable event object based onLabel.EventSource Provides an event source ObjectEventSource.GoogleCalendar Provides a Google CalendarEventSourceGCalJavaScriptResourceReference Provides the resource reference for the fullcalendar gcal library.ICalendarListener Event listener shared by theCalendarwidget and theCalendarBehaviorICalendarVisitor Provides the ability for aCalendarEventto be visited by aCalendarModel, after events have been retrieved by theCalendarModelBehavior(afterLoadableDetachableModel.load())
A typical use is to set the css class-name (CalendarEvent.setClassName(String)) depending on another property.