Package com.googlecode.wicket.jquery.ui.plugins.datepicker
-
Interface Summary Interface Description IRangeDatePickerListener Specifies that a widget handles a value-changed AJAX behavior, with aDateRange -
Class Summary Class Description DateRange Provides the value type to be used as model object forRangeDatePickerandRangeDatePickerTextField
startandenddates are UTC based, the JSON array (DateRange.toString()) is timezone agnosticRangeDatePicker Provides a jQuery integration of foxrunsoftware's (range) DatePicker
https://github.com/foxrunsoftware/DatePicker/RangeDatePickerBehavior Provides the jQuery DatePicker behaviorRangeDatePickerBehavior.DateChangeEvent Provides an event object that will be broadcasted by theRangeDatePickerBehavior.OnRangeChangeAjaxBehaviorcallback
Note: Thestartandenddates will be translated to UTC.
ie: if the behavior receives 10/10/2010 0:00:00 CET, it will be translated to 10/10/2010 0:00:00 UTCRangeDatePickerBehavior.OnRangeChangeAjaxBehavior Provides aJQueryAjaxBehaviorthat aims to be wired to the 'onRangeChange' eventRangeDatePickerTextField