Uses of Class
com.googlecode.wicket.jquery.ui.calendar.CalendarModel
-
Packages that use CalendarModel Package Description com.googlecode.wicket.jquery.ui.calendar -
-
Uses of CalendarModel in com.googlecode.wicket.jquery.ui.calendar
Methods in com.googlecode.wicket.jquery.ui.calendar that return CalendarModel Modifier and Type Method Description CalendarModelCalendar. getModel()Gets the calendar's modelMethods in com.googlecode.wicket.jquery.ui.calendar with parameters of type CalendarModel Modifier and Type Method Description protected 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 CalendarModel Constructor Description Calendar(String id, CalendarModel model)ConstructorCalendar(String id, CalendarModel model, com.googlecode.wicket.jquery.core.Options options)ConstructorCalendarModelBehavior(CalendarModel model)Constructor
-