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 Deprecated. seems to not work with lastest jquery/jquery-ui, and the js plugin seems not maintained anymoreRangeDatePickerBehavior Deprecated. seems to not work with lastest jquery/jquery-ui, and the js plugin seems not maintained anymoreRangeDatePickerBehavior.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 Deprecated. seems to not work with lastest jquery/jquery-ui, and the js plugin seems not maintained anymore