Index

A B C D E G I M N O R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accept(ICalendarVisitor) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
Visitor accept method
addSource(EventSource) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
agendaDay - Enum constant in enum class com.googlecode.wicket.jquery.ui.calendar.CalendarView
 
agendaWeek - Enum constant in enum class com.googlecode.wicket.jquery.ui.calendar.CalendarView
 

B

basicDay - Enum constant in enum class com.googlecode.wicket.jquery.ui.calendar.CalendarView
 
basicWeek - Enum constant in enum class com.googlecode.wicket.jquery.ui.calendar.CalendarView
 
bind(Component) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
 

C

Calendar - Class in com.googlecode.wicket.jquery.ui.calendar
Provides calendar widget, based on the jQuery fullcalendar plugin.
Calendar(String, Options) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.Calendar
Constructor
Calendar(String, CalendarModel) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.Calendar
Constructor
Calendar(String, CalendarModel, Options) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.Calendar
Constructor
CalendarAdapter - Class in com.googlecode.wicket.jquery.ui.calendar
Adapter class for ICalendarListener
CalendarAdapter() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
CalendarBehavior - Class in com.googlecode.wicket.jquery.ui.calendar
Provides the jQuery fullCalendar behavior
CalendarBehavior(String, Options, ICalendarListener) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
Constructor
CalendarBehavior(String, ICalendarListener) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
Constructor
CalendarBehavior.ClickEvent - Class in com.googlecode.wicket.jquery.ui.calendar
Provides an event object that will be broadcasted by the CalendarBehavior.OnEventClickAjaxBehavior callback
CalendarBehavior.DayClickEvent - Class in com.googlecode.wicket.jquery.ui.calendar
Provides an event object that will be broadcasted by the CalendarBehavior.OnDayClickAjaxBehavior callback
CalendarBehavior.DeltaEvent - Class in com.googlecode.wicket.jquery.ui.calendar
Provides a base class for CalendarBehavior event objects that contain a delta time
CalendarBehavior.DropEvent - Class in com.googlecode.wicket.jquery.ui.calendar
Provides an event object that will be broadcasted by the CalendarBehavior.OnEventDropAjaxBehavior callback
CalendarBehavior.ObjectDropEvent - Class in com.googlecode.wicket.jquery.ui.calendar
Provides an event object that will be broadcasted by the CalendarBehavior.OnObjectDropAjaxBehavior callback
CalendarBehavior.OnDayClickAjaxBehavior - Class in com.googlecode.wicket.jquery.ui.calendar
Provides a JQueryAjaxBehavior that aims to be wired to the 'dayClick' event
CalendarBehavior.OnEventClickAjaxBehavior - Class in com.googlecode.wicket.jquery.ui.calendar
Provides a JQueryAjaxBehavior that aims to be wired to the 'eventClick' event
CalendarBehavior.OnEventDropAjaxBehavior - Class in com.googlecode.wicket.jquery.ui.calendar
Provides a JQueryAjaxBehavior that aims to be wired to the 'eventDrop' event
CalendarBehavior.OnEventResizeAjaxBehavior - Class in com.googlecode.wicket.jquery.ui.calendar
Provides a JQueryAjaxBehavior that aims to be wired to the 'eventResize' event
CalendarBehavior.OnObjectDropAjaxBehavior - Class in com.googlecode.wicket.jquery.ui.calendar
Provides a JQueryAjaxBehavior that aims to be wired to the 'drop' event
CalendarBehavior.OnSelectAjaxBehavior - Class in com.googlecode.wicket.jquery.ui.calendar
Provides a JQueryAjaxBehavior that aims to be wired to the 'select' event
CalendarBehavior.OnViewRenderAjaxBehavior - Class in com.googlecode.wicket.jquery.ui.calendar
Provides a JQueryAjaxBehavior that aims to be wired to the 'viewRender' event
CalendarBehavior.ResizeEvent - Class in com.googlecode.wicket.jquery.ui.calendar
Provides an event object that will be broadcasted by the CalendarBehavior.OnEventResizeAjaxBehavior callback
CalendarBehavior.SelectEvent - Class in com.googlecode.wicket.jquery.ui.calendar
Provides an event object that will be broadcasted by the CalendarBehavior.OnSelectAjaxBehavior callback
CalendarBehavior.ViewRenderEvent - Class in com.googlecode.wicket.jquery.ui.calendar
Provides an event object that will be broadcasted by the CalendarBehavior.OnViewRenderAjaxBehavior callback
CalendarEvent - Class in com.googlecode.wicket.jquery.ui.calendar
Provides a base bean that can be used with a CalendarModel
CalendarEvent(String, String, LocalDateTime) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
CalendarEvent(String, String, LocalDateTime, LocalDateTime) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
CalendarEvent(String, LocalDateTime) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
CalendarEvent(String, LocalDateTime, LocalDateTime) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
CalendarJavaScriptResourceReference - Class in com.googlecode.wicket.jquery.ui.calendar.resource
Provides the resource reference for the fullcalendar javascript library.
CalendarLibrarySettings - Class in com.googlecode.wicket.jquery.ui.calendar.settings
Provides library settings for FullCalendar resource references

Usage:
CalendarLocalesJavaScriptResourceReference - Class in com.googlecode.wicket.jquery.ui.calendar.resource
Provides the resource reference for the fullcalendar javascript library.
CalendarModel - Class in com.googlecode.wicket.jquery.ui.calendar
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 CalendarModel.getStart() and CalendarModel.getEnd() dates.
CalendarModel() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarModel
Constructor
CalendarModelBehavior - Class in com.googlecode.wicket.jquery.ui.calendar
Provides the behavior that loads CalendarEvents according to CalendarModel start & end dates
CalendarModelBehavior(CalendarModel) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarModelBehavior
Constructor
CalendarStyleSheetResourceReference - Class in com.googlecode.wicket.jquery.ui.calendar.resource
Provides the resource reference for the fullcalendar stylesheet.
CalendarView - Enum Class in com.googlecode.wicket.jquery.ui.calendar
Provides an enum of available calendar views
ClickEvent() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ClickEvent
Constructor
com.googlecode.wicket.jquery.ui.calendar - package com.googlecode.wicket.jquery.ui.calendar
 
com.googlecode.wicket.jquery.ui.calendar.resource - package com.googlecode.wicket.jquery.ui.calendar.resource
 
com.googlecode.wicket.jquery.ui.calendar.settings - package com.googlecode.wicket.jquery.ui.calendar.settings
 
createOptions() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
Create an Options JSON-object that will embed the (default) properties of this CalendarEvent
createOptions() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
 
createOptions() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource.GoogleCalendar
 

D

DayClickEvent() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DayClickEvent
Constructor
DeltaEvent() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DeltaEvent
Constructor
DropEvent() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DropEvent
Constructor

E

EventObject - Class in com.googlecode.wicket.jquery.ui.calendar
Provides a simple draggable event object based on Label.
EventObject(String, String) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.EventObject
Constructor
EventObject(String, String, Options) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.EventObject
Constructor
EventObject(String, IModel<String>) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.EventObject
Constructor
EventObject(String, IModel<String>, Options) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.EventObject
Constructor
EventSource - Class in com.googlecode.wicket.jquery.ui.calendar
Provides an event source Object
EventSource() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.EventSource
Constructor
EventSource.GoogleCalendar - Class in com.googlecode.wicket.jquery.ui.calendar
Provides a Google Calendar EventSource

G

GCalJavaScriptResourceReference - Class in com.googlecode.wicket.jquery.ui.calendar.resource
Provides the resource reference for the fullcalendar gcal library.
get() - Static method in class com.googlecode.wicket.jquery.ui.calendar.resource.CalendarJavaScriptResourceReference
Gets the instance of the resource reference
get() - Static method in class com.googlecode.wicket.jquery.ui.calendar.resource.CalendarLocalesJavaScriptResourceReference
Gets the instance of the resource reference
get() - Static method in class com.googlecode.wicket.jquery.ui.calendar.resource.CalendarStyleSheetResourceReference
Gets the instance of the resource reference
get() - Static method in class com.googlecode.wicket.jquery.ui.calendar.resource.GCalJavaScriptResourceReference
Gets the instance of the resource reference
get() - Static method in class com.googlecode.wicket.jquery.ui.calendar.settings.CalendarLibrarySettings
Gets the CalendarLibrarySettings instance
get(String) - Static method in enum class com.googlecode.wicket.jquery.ui.calendar.CalendarView
Safely get the CalendarView corresponding to the supplied view name
getAllDayDefault() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Gets the allDayDefault option, but only for this source.
getBackgroundColor() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
getBackgroundColor() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Gets Event Object's backgroundColor for this source.
getBorderColor() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
getBorderColor() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Gets Event Object's borderColor for this source.
getCallbackParameters() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnDayClickAjaxBehavior
 
getCallbackParameters() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnEventClickAjaxBehavior
 
getCallbackParameters() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnEventDropAjaxBehavior
 
getCallbackParameters() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnEventResizeAjaxBehavior
 
getCallbackParameters() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnObjectDropAjaxBehavior
 
getCallbackParameters() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnSelectAjaxBehavior
 
getCallbackParameters() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnViewRenderAjaxBehavior
 
getClassName() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
getClassName() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Gets Event Object's className for this source.
getColor() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
getColor() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Gets Event Object's color for this source.
getConstraint() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Gets Event Object's constraint for this source.
getDate() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DayClickEvent
Gets the event date
getDate() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ObjectDropEvent
Gets the event date
getDelta() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DeltaEvent
Gets the event's delta time in milliseconds
getDependencies() - Method in class com.googlecode.wicket.jquery.ui.calendar.resource.CalendarJavaScriptResourceReference
 
getDurationEditable() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Gets every Event Object's durationEditable for this source.
getEditable() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Gets Event Object's editable for this source.
getEnd() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.SelectEvent
Gets the end date
getEnd() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ViewRenderEvent
Gets the end date
getEnd() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
getEnd() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarModel
Gets the end date, used to LoadableDetachableModel.load() CalendarEvents
getEventDataTransform() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Gets the eventDataTransform callback, but only for this source.
getEventDropPrecondition() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
getEventDropPrecondition() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
getEventDropPrecondition() - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarListener
Gets the javascript statement which will be executed before ICalendarListener.onEventDrop(AjaxRequestTarget, String, long, boolean) event is triggered
A common use case is to call the revertFunc callback to cancel the event.
getEventId() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ClickEvent
Gets the event's id
getEventId() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DeltaEvent
Gets the event's id
getEventResizePrecondition() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
getEventResizePrecondition() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
getEventResizePrecondition() - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarListener
Gets the javascript statement which will be executed before ICalendarListener.onEventResize(AjaxRequestTarget, String, long) event is triggered
A common use case is to call the revertFunc callback to cancel the event.
getGCalJavaScriptReference() - Method in class com.googlecode.wicket.jquery.ui.calendar.settings.CalendarLibrarySettings
Gets the gcal's javascript resource reference
getGoogleCalendarApiKey() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource.GoogleCalendar
Gets the calendar api key
getGoogleCalendarError() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource.GoogleCalendar
Gets the error callback
getGoogleCalendarId() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource.GoogleCalendar
Gets the calendar id
getId() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
getJavaScriptReference() - Method in class com.googlecode.wicket.jquery.ui.calendar.settings.CalendarLibrarySettings
Gets the fullcalendar's javascript resource reference
getLocalesJavaScriptReference() - Method in class com.googlecode.wicket.jquery.ui.calendar.settings.CalendarLibrarySettings
Gets the locale-all's javascript resource reference
getModel() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
Gets the calendar's model
getOverlap() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Gets Event Object's overlap for this source.
getRendering() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Gets Event Object's rendering for this source.
getResponse(IRequestParameters) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarModelBehavior
 
getSource() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
getStart() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.SelectEvent
Gets the event start date
getStart() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ViewRenderEvent
Gets the event start date
getStart() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
getStart() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarModel
Gets the start date, used to LoadableDetachableModel.load() CalendarEvents
getStartEditable() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Gets every Event Object's startEditable for this source.
getStyleSheetReference() - Method in class com.googlecode.wicket.jquery.ui.calendar.settings.CalendarLibrarySettings
Gets the fullcalendar's stylesheet resource reference
getTextColor() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
getTextColor() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Gets Event Object's textColor for this source.
getTitle() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ObjectDropEvent
Gets the event title
getTitle() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
getUrl() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
getView() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ClickEvent
Gets the current CalendarView
getView() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DayClickEvent
Gets the current CalendarView
getView() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.SelectEvent
Gets the current CalendarView
getView() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ViewRenderEvent
Gets the current CalendarView
GoogleCalendar(String) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.EventSource.GoogleCalendar
Constructor
GoogleCalendar(String, String) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.EventSource.GoogleCalendar
Constructor

I

ICalendarListener - Interface in com.googlecode.wicket.jquery.ui.calendar
Event listener shared by the Calendar widget and the CalendarBehavior
ICalendarVisitor - Interface in com.googlecode.wicket.jquery.ui.calendar
Provides the ability for a CalendarEvent to be visited by a CalendarModel, after events have been retrieved by the CalendarModelBehavior (after LoadableDetachableModel.load())
A typical use is to set the css class-name (CalendarEvent.setClassName(String)) depending on another property.
isAllDay() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DayClickEvent
Indicates whether this event is an 'all-day' event
isAllDay() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DropEvent
Indicates whether this event is an 'all-day' event
isAllDay() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ObjectDropEvent
Indicates whether this event is an 'all-day' event
isAllDay() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.SelectEvent
Indicates whether this event is an 'all-day' event
isAllDay() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
isDayClickEnabled() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
isDayClickEnabled() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
isDayClickEnabled() - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarListener
Indicates whether a day can be clicked.
If true, the ICalendarListener.onDayClick(AjaxRequestTarget, CalendarView, LocalDateTime, boolean) event will be triggered
Note: true will enable the global 'editable' option to true.
isEditable() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
Indicates whether the Calendar will be editable
isEditable() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
Overrides the master editable option for this single event.
isEventClickEnabled() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
isEventClickEnabled() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
isEventClickEnabled() - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarListener
Indicates whether an event can be clicked.
If true, the ICalendarListener.onEventClick(AjaxRequestTarget, CalendarView, String) event will be triggered
Note: true will enable the global 'editable' option to true.
isEventDropEnabled() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
isEventDropEnabled() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
isEventDropEnabled() - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarListener
Indicates whether the event can be dragged & dropped.
isEventResizeEnabled() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
isEventResizeEnabled() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
isEventResizeEnabled() - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarListener
Indicates whether the event can be resized.
isObjectDropEnabled() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
isObjectDropEnabled() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
isObjectDropEnabled() - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarListener
isSelectable() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
isSelectable() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
isSelectable() - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarListener
Indicates whether a cell can be selected.
If true, the ICalendarListener.onSelect(AjaxRequestTarget, CalendarView, LocalDateTime, LocalDateTime, boolean) event will be triggered
isViewRenderEnabled() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
isViewRenderEnabled() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
isViewRenderEnabled() - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarListener

M

METHOD - Static variable in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
 
month - Enum constant in enum class com.googlecode.wicket.jquery.ui.calendar.CalendarView
 

N

newCalendarModelBehavior(CalendarModel) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
newEvent() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnDayClickAjaxBehavior
 
newEvent() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnEventClickAjaxBehavior
 
newEvent() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnEventDropAjaxBehavior
 
newEvent() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnEventResizeAjaxBehavior
 
newEvent() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnObjectDropAjaxBehavior
 
newEvent() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnSelectAjaxBehavior
 
newEvent() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnViewRenderAjaxBehavior
 
newOnDayClickAjaxBehavior(IJQueryAjaxAware) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
Gets a new JQueryAjaxBehavior that will be wired to the 'dayClick' event, triggered when the user clicks on a day cell
newOnEventClickAjaxBehavior(IJQueryAjaxAware) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
Gets a new JQueryAjaxBehavior that will be wired to the 'eventClick' event, triggered when the user clicks on an event
newOnEventDropAjaxBehavior(IJQueryAjaxAware, CharSequence) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
Gets a new JQueryAjaxBehavior that will be wired to the 'eventDrop' event, triggered when the user moves (drag & drop) an event
newOnEventResizeAjaxBehavior(IJQueryAjaxAware, CharSequence) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
Gets a new JQueryAjaxBehavior that will be wired to the 'eventResize' event, triggered when the user resizes an event
newOnObjectDropAjaxBehavior(IJQueryAjaxAware) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
Gets a new JQueryAjaxBehavior that will be wired to the 'drop' event, triggered when the user drops an event object
newOnSelectAjaxBehavior(IJQueryAjaxAware) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
Gets a new JQueryAjaxBehavior that will be wired to the 'select' event, triggered when the user select a cell range
newOnViewRenderAjaxBehavior(IJQueryAjaxAware) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
Gets a new JQueryAjaxBehavior that will be wired to the 'viewRender' event, triggered when the user changes the view, or when any of the date navigation methods are called.
newWidgetBehavior(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
see IJQueryWidget.newWidgetBehavior(String)
newWidgetBehavior(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventObject
 

O

ObjectDropEvent() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ObjectDropEvent
Constructor
onAjax(AjaxRequestTarget, JQueryEvent) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
 
onBeforeRender(JQueryBehavior) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventObject
 
onConfigure() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventObject
 
onConfigure(JQueryBehavior) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
onConfigure(JQueryBehavior) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventObject
 
onConfigure(Component) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
 
onDayClick(AjaxRequestTarget, CalendarView, LocalDateTime, boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
onDayClick(AjaxRequestTarget, CalendarView, LocalDateTime, boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
onDayClick(AjaxRequestTarget, CalendarView, LocalDateTime, boolean) - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarListener
Triggered when a calendar day is clicked
ICalendarListener.isDayClickEnabled() should return true for this event to be triggered.
OnDayClickAjaxBehavior(IJQueryAjaxAware) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnDayClickAjaxBehavior
 
onEventClick(AjaxRequestTarget, CalendarView, String) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
onEventClick(AjaxRequestTarget, CalendarView, String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
onEventClick(AjaxRequestTarget, CalendarView, String) - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarListener
Triggered when an event is clicked.
ICalendarListener.isEventClickEnabled() should return true for this event to be triggered.
OnEventClickAjaxBehavior(IJQueryAjaxAware) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnEventClickAjaxBehavior
 
onEventDrop(AjaxRequestTarget, String, long, boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
onEventDrop(AjaxRequestTarget, String, long, boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
onEventDrop(AjaxRequestTarget, String, long, boolean) - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarListener
Triggered when an event is dropped (after being dragged).
ICalendarListener.isEventDropEnabled() should return true for this event to be triggered.
OnEventDropAjaxBehavior(IJQueryAjaxAware, CharSequence) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnEventDropAjaxBehavior
 
onEventResize(AjaxRequestTarget, String, long) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
onEventResize(AjaxRequestTarget, String, long) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
onEventResize(AjaxRequestTarget, String, long) - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarListener
Triggered when an event is dropped (after being dragged).
ICalendarListener.isEventResizeEnabled() should return true for this event to be triggered.
OnEventResizeAjaxBehavior(IJQueryAjaxAware, CharSequence) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnEventResizeAjaxBehavior
 
onInitialize() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
onInitialize() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventObject
 
onObjectDrop(AjaxRequestTarget, String, LocalDateTime, boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
onObjectDrop(AjaxRequestTarget, String, LocalDateTime, boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
onObjectDrop(AjaxRequestTarget, String, LocalDateTime, boolean) - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarListener
Triggered when an event-object is dropped.
ICalendarListener.isObjectDropEnabled() should return true for this event to be triggered.
OnObjectDropAjaxBehavior(IJQueryAjaxAware) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnObjectDropAjaxBehavior
 
onSelect(AjaxRequestTarget, CalendarView, LocalDateTime, LocalDateTime, boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
onSelect(AjaxRequestTarget, CalendarView, LocalDateTime, LocalDateTime, boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
onSelect(AjaxRequestTarget, CalendarView, LocalDateTime, LocalDateTime, boolean) - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarListener
Triggered when an cell is selected.
ICalendarListener.isSelectable() should return true for this event to be triggered.
OnSelectAjaxBehavior(IJQueryAjaxAware) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnSelectAjaxBehavior
 
onViewRender(AjaxRequestTarget, CalendarView, LocalDate, LocalDate) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
onViewRender(AjaxRequestTarget, CalendarView, LocalDate, LocalDate) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarAdapter
 
onViewRender(AjaxRequestTarget, CalendarView, LocalDate, LocalDate) - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarListener
Triggered when the calendar loads and every time a different date-range is displayed.
ICalendarListener.isViewRenderEnabled() should return true for this event to be triggered.
OnViewRenderAjaxBehavior(IJQueryAjaxAware) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnViewRenderAjaxBehavior
 
options - Variable in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
options - Variable in class com.googlecode.wicket.jquery.ui.calendar.EventObject
 

R

refresh(IPartialPageRequestHandler) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
Re-fetches and refreshes the events currently available in the selected view.
renderHead(Component, IHeaderResponse) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
 
ResizeEvent() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ResizeEvent
 
resourceDay - Enum constant in enum class com.googlecode.wicket.jquery.ui.calendar.CalendarView
 
resourceMonth - Enum constant in enum class com.googlecode.wicket.jquery.ui.calendar.CalendarView
 
resourceNextWeeks - Enum constant in enum class com.googlecode.wicket.jquery.ui.calendar.CalendarView
 
resourceWeek - Enum constant in enum class com.googlecode.wicket.jquery.ui.calendar.CalendarView
 

S

SelectEvent() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.SelectEvent
 
setAllDay(Boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setAllDayDefault(Boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Sets the allDayDefault option, but only for this source.
setBackgroundColor(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setBackgroundColor(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Sets every Event Object's backgroundColor for this source.
setBorderColor(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setBorderColor(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Sets every Event Object's borderColor for this source.
setClassName(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setClassName(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Sets every Event Object's className for this source.
setColor(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setColor(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Sets every Event Object's color for this source.
setColor(String, String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setConstraint(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Sets every Event Object's constraint for this source.
setDurationEditable(Boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Sets every Event Object's durationEditable for this source.
setEditable(Boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setEditable(Boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Sets every Event Object's editable for this source.
setEnd(LocalDate) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarModel
Gets the end date.
setEnd(LocalDateTime) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setEndDate(CalendarModel, LocalDate) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarModelBehavior
Sets the end date to the model
This can be overridden to perform additional operation on date before the assignment.
setEventDataTransform(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Sets the eventDataTransform callback, but only for this source.
setGCalJavaScriptReference(ResourceReference) - Method in class com.googlecode.wicket.jquery.ui.calendar.settings.CalendarLibrarySettings
Sets the gcal's javascript resource reference
setGoogleCalendarApiKey(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource.GoogleCalendar
Sets the calendar api key
setGoogleCalendarError(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource.GoogleCalendar
Sets the error callback
setId(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setJavascriptReference(ResourceReference) - Method in class com.googlecode.wicket.jquery.ui.calendar.settings.CalendarLibrarySettings
Sets the fullcalendar's javascript resource reference
setLocalesJavaScriptReference(ResourceReference) - Method in class com.googlecode.wicket.jquery.ui.calendar.settings.CalendarLibrarySettings
Sets the locale-all's javascript resource reference
setOverlap(Boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Sets every Event Object's overlap for this source.
setRendering(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Sets every Event Object's rendering for this source.
setSource(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setStart(LocalDate) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarModel
Sets the start date.
setStart(LocalDateTime) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setStartDate(CalendarModel, LocalDate) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarModelBehavior
Sets the start date to the model
This can be overridden to perform additional operation on date before the assignment.
setStartEditable(Boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Sets every Event Object's startEditable for this source.
setStylesheetReference(ResourceReference) - Method in class com.googlecode.wicket.jquery.ui.calendar.settings.CalendarLibrarySettings
Sets the fullcalendar's stylesheet resource reference
setTextColor(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setTextColor(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Sets every Event Object's textColor for this source.
setTitle(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setUrl(CharSequence) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 

T

toString() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
Gets the JSON representation of this CalendarEvent
toString() - Method in class com.googlecode.wicket.jquery.ui.calendar.EventSource
Gets the JSON representation of this EventSource

U

updateAjaxAttributes(AjaxRequestAttributes) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnEventDropAjaxBehavior
 
updateAjaxAttributes(AjaxRequestAttributes) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.OnEventResizeAjaxBehavior
 

V

valueOf(String) - Static method in enum class com.googlecode.wicket.jquery.ui.calendar.CalendarView
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.googlecode.wicket.jquery.ui.calendar.CalendarView
Returns an array containing the constants of this enum class, in the order they are declared.
ViewRenderEvent() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ViewRenderEvent
Constructor
visit(CalendarEvent) - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarVisitor
Visits the CalendarEvent
A B C D E G I M N O R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form