Package com.googlecode.wicket.jquery.ui.calendar
package com.googlecode.wicket.jquery.ui.calendar
-
ClassDescriptionProvides calendar widget, based on the jQuery fullcalendar plugin.Adapter class for
ICalendarListenerProvides the jQuery fullCalendar behaviorProvides an event object that will be broadcasted by theCalendarBehavior.OnEventClickAjaxBehaviorcallbackProvides an event object that will be broadcasted by theCalendarBehavior.OnDayClickAjaxBehaviorcallbackProvides a base class forCalendarBehaviorevent objects that contain a delta timeProvides an event object that will be broadcasted by theCalendarBehavior.OnEventDropAjaxBehaviorcallbackProvides an event object that will be broadcasted by theCalendarBehavior.OnObjectDropAjaxBehaviorcallbackProvides aJQueryAjaxBehaviorthat aims to be wired to the 'dayClick' eventProvides aJQueryAjaxBehaviorthat aims to be wired to the 'eventClick' eventProvides aJQueryAjaxBehaviorthat aims to be wired to the 'eventDrop' eventProvides aJQueryAjaxBehaviorthat aims to be wired to the 'eventResize' eventProvides aJQueryAjaxBehaviorthat aims to be wired to the 'drop' eventProvides aJQueryAjaxBehaviorthat aims to be wired to the 'select' eventProvides aJQueryAjaxBehaviorthat aims to be wired to the 'viewRender' eventProvides an event object that will be broadcasted by theCalendarBehavior.OnEventResizeAjaxBehaviorcallbackProvides an event object that will be broadcasted by theCalendarBehavior.OnSelectAjaxBehaviorcallbackProvides an event object that will be broadcasted by theCalendarBehavior.OnViewRenderAjaxBehaviorcallbackProvides a base bean that can be used with aCalendarModelBase 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.Provides an enum of available calendar viewsProvides a simple draggable event object based onLabel.Provides an event source ObjectProvides a Google CalendarEventSourceEvent listener shared by theCalendarwidget and theCalendarBehaviorProvides 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.