A B C G I N O R S T V

A

accept(ICalendarVisitor) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
Visitor accept method
addFeed(CharSequence) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
Adds a Google Calendar Feed
addFeed(CharSequence, String) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
Adds a Google Calendar Feed

B

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
CalendarBehavior - Class in com.googlecode.wicket.jquery.ui.calendar
Provides the jQuery fullCalendar behavior
CalendarBehavior(String) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
 
CalendarBehavior(String, Options) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
 
CalendarBehavior.ClickEvent - Class in com.googlecode.wicket.jquery.ui.calendar
An event object that will be broadcasted when the user clicks on an event
CalendarBehavior.ClickEvent() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ClickEvent
Constructor
CalendarBehavior.DayClickEvent - Class in com.googlecode.wicket.jquery.ui.calendar
An event object that will be broadcasted when the user clicks on a day cell
CalendarBehavior.DayClickEvent() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DayClickEvent
Constructor
CalendarBehavior.DeltaEvent - Class in com.googlecode.wicket.jquery.ui.calendar
A base event object that contains a delta time
CalendarBehavior.DeltaEvent() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DeltaEvent
Constructor
CalendarBehavior.DropEvent - Class in com.googlecode.wicket.jquery.ui.calendar
An event object that will be broadcasted when the user moves (drag & drop) an event
CalendarBehavior.DropEvent() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DropEvent
Constructor
CalendarBehavior.ResizeEvent - Class in com.googlecode.wicket.jquery.ui.calendar
An event object that will be broadcasted when the user resizes an event
CalendarBehavior.ResizeEvent() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.ResizeEvent
 
CalendarBehavior.SelectEvent - Class in com.googlecode.wicket.jquery.ui.calendar
An event object that will be broadcasted when the user select a cell range
CalendarBehavior.SelectEvent() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.SelectEvent
 
CalendarEvent - Class in com.googlecode.wicket.jquery.ui.calendar
Provides a base bean that can be used with a CalendarModel
CalendarEvent(int, String, Date) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
CalendarEvent(int, String, Date, Date) - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
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 the interval defined by CalendarModel.getStart() and CalendarModel.getEnd() dates.
CalendarModel() - Constructor for class com.googlecode.wicket.jquery.ui.calendar.CalendarModel
Constructor
CalendarView - Enum in com.googlecode.wicket.jquery.ui.calendar
Provides an enum of available calendar views
com.googlecode.wicket.jquery.ui.calendar - package com.googlecode.wicket.jquery.ui.calendar
 

G

getBackgroundColor() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
getBorderColor() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
getClassName() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
getColor() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
getDate() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DayClickEvent
Gets the event date
getDelta() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.DeltaEvent
Gets the event's delta time in milliseconds
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.CalendarEvent
 
getEnd() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarModel
Gets the end date, to be used to LoadableDetachableModel.load() CalendarEvents
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
getId() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
getModel() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
Gets the calendar's model
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.CalendarEvent
 
getStart() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarModel
Gets the start date, to be used to LoadableDetachableModel.load() CalendarEvents
getTextColor() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
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

I

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 (meaning, 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.DropEvent
Indicated whether this event is an 'all-day' event
isAllDay() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior.SelectEvent
Indicated whether this event is an 'all-day' event
isAllDay() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
isEditable() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
isEditable() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
Overrides the master editable option for this single event.
isEventDropEnabled() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
isEventResizeEnabled() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
isSelectable() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 

N

newOnDayClickBehavior() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
Gets the ajax behavior that will be triggered when the user clicks on a day cell
newOnEventClickBehavior() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
Gets the ajax behavior that will be triggered when the user clicks on an event
newOnEventDropBehavior() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
Gets the ajax behavior that will be triggered when the user moves (drag & drop) an event
newOnEventResizeBehavior() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
Gets the ajax behavior that will be triggered when the user resizes an event
newOnSelectBehavior() - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
Gets the ajax behavior that will be triggered when the user select a cell range
newWidgetBehavior(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
see IJQueryWidget.newWidgetBehavior(String)

O

onAjax(AjaxRequestTarget, JQueryEvent) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
 
onConfigure(JQueryBehavior) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
Called immediately after the onConfigure method in a behavior.
onConfigure(Component) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
 
onDayClick(AjaxRequestTarget, CalendarView, Date) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
onEventClick(AjaxRequestTarget, CalendarView, int) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
onEventDrop(AjaxRequestTarget, int, long, boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
onEventResize(AjaxRequestTarget, int, long) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
onInitialize() - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 
onSelect(AjaxRequestTarget, CalendarView, Date, Date, boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
 

R

refresh(AjaxRequestTarget) - Method in class com.googlecode.wicket.jquery.ui.calendar.Calendar
Refreshes the events currently available in the selected view.
renderHead(Component, IHeaderResponse) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarBehavior
 

S

setAllDay(Boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setBackgroundColor(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setBorderColor(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setClassName(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setColor(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setColor(String, String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setEditable(Boolean) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setEnd(Date) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setId(int) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setSource(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setStart(Date) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
setTextColor(String) - Method in class com.googlecode.wicket.jquery.ui.calendar.CalendarEvent
 
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

V

valueOf(String) - Static method in enum com.googlecode.wicket.jquery.ui.calendar.CalendarView
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.googlecode.wicket.jquery.ui.calendar.CalendarView
Returns an array containing the constants of this enum type, in the order they are declared.
visit(CalendarEvent) - Method in interface com.googlecode.wicket.jquery.ui.calendar.ICalendarVisitor
Visits the CalendarEvent

A B C G I N O R S T V

Copyright © 2013 7thWeb. All Rights Reserved.