Package com.googlecode.wicket.jquery.ui.calendar

Interface Summary
ICalendarVisitor Provides the ability for a CalendarEvent to be visited by a CalendarModel, after events have been retrieved by the CalendarModelBehavior (meaning, after LoadableDetachableModel.load())
A typical use is to set the css class-name (CalendarEvent.setClassName(String)) depending on another property.
 

Class Summary
Calendar Provides calendar widget, based on the jQuery fullcalendar plugin.
CalendarBehavior Provides the jQuery fullCalendar behavior
CalendarBehavior.ClickEvent An event object that will be broadcasted when the user clicks on an event
CalendarBehavior.DayClickEvent An event object that will be broadcasted when the user clicks on a day cell
CalendarBehavior.DeltaEvent A base event object that contains a delta time
CalendarBehavior.DropEvent An event object that will be broadcasted when the user moves (drag & drop) an event
CalendarBehavior.ResizeEvent An event object that will be broadcasted when the user resizes an event
CalendarBehavior.SelectEvent An event object that will be broadcasted when the user select a cell range
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 the interval defined by CalendarModel.getStart() and CalendarModel.getEnd() dates.
 

Enum Summary
CalendarView Provides an enum of available calendar views
 



Copyright © 2013 7thWeb. All Rights Reserved.