Package com.googlecode.wicket.jquery.ui.calendar
-
Interface Summary Interface Description 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. -
Class 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 aCalendarModelCalendarModel 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 EventObject Provides a simple draggable event object based onLabel.EventSource Provides an event source ObjectEventSource.GoogleCalendar Provides a Google CalendarEventSource -
Enum Summary Enum Description CalendarView Provides an enum of available calendar views