Uses of Package
com.googlecode.wicket.jquery.ui.calendar
Packages that use com.googlecode.wicket.jquery.ui.calendar
-
Classes in com.googlecode.wicket.jquery.ui.calendar used by com.googlecode.wicket.jquery.ui.calendarClassDescriptionProvides a base class for
CalendarBehaviorevent objects that contain a delta timeProvides 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 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.