Uses of Class
com.googlecode.wicket.jquery.ui.calendar.EventSource
Packages that use EventSource
-
Uses of EventSource in com.googlecode.wicket.jquery.ui.calendar
Subclasses of EventSource in com.googlecode.wicket.jquery.ui.calendarMethods in com.googlecode.wicket.jquery.ui.calendar that return EventSourceModifier and TypeMethodDescriptionEventSource.setAllDayDefault(Boolean allDay) Sets the allDayDefault option, but only for this source.EventSource.setBackgroundColor(String color) Sets every Event Object's backgroundColor for this source.EventSource.setBorderColor(String color) Sets every Event Object's borderColor for this source.EventSource.setClassName(String name) Sets every Event Object's className for this source.Sets every Event Object's color for this source.EventSource.setConstraint(String constraint) Sets every Event Object's constraint for this source.EventSource.setDurationEditable(Boolean editable) Sets every Event Object's durationEditable for this source.EventSource.setEditable(Boolean editable) Sets every Event Object's editable for this source.EventSource.setEventDataTransform(String function) Sets the eventDataTransform callback, but only for this source.EventSource.setOverlap(Boolean overlap) Sets every Event Object's overlap for this source.EventSource.setRendering(String rendering) Sets every Event Object's rendering for this source.EventSource.setStartEditable(Boolean editable) Sets every Event Object's startEditable for this source.EventSource.setTextColor(String color) Sets every Event Object's textColor for this source.Methods in com.googlecode.wicket.jquery.ui.calendar with parameters of type EventSourceModifier and TypeMethodDescriptionvoidCalendar.addSource(EventSource source) Adds aEventSource, can be aEventSource.GoogleCalendar