Uses of Class
com.googlecode.wicket.jquery.ui.calendar.CalendarModel
Packages that use CalendarModel
-
Uses of CalendarModel in com.googlecode.wicket.jquery.ui.calendar
Methods in com.googlecode.wicket.jquery.ui.calendar that return CalendarModelMethods in com.googlecode.wicket.jquery.ui.calendar with parameters of type CalendarModelModifier and TypeMethodDescriptionprotected CalendarModelBehaviorCalendar.newCalendarModelBehavior(CalendarModel model) Gets a newCalendarModelBehaviorprotected voidCalendarModelBehavior.setEndDate(CalendarModel model, LocalDate date) Sets the end date to the model
This can be overridden to perform additional operation on date before the assignment.protected voidCalendarModelBehavior.setStartDate(CalendarModel model, LocalDate date) Sets the start date to the model
This can be overridden to perform additional operation on date before the assignment.Constructors in com.googlecode.wicket.jquery.ui.calendar with parameters of type CalendarModelModifierConstructorDescriptionCalendar(String id, CalendarModel model) ConstructorCalendar(String id, CalendarModel model, com.googlecode.wicket.jquery.core.Options options) ConstructorConstructor