Uses of Class
com.googlecode.wicket.jquery.ui.plugins.datepicker.DateRange
Packages that use DateRange
-
Uses of DateRange in com.googlecode.wicket.jquery.ui.plugins.datepicker
Methods in com.googlecode.wicket.jquery.ui.plugins.datepicker that return DateRangeModifier and TypeMethodDescriptionprotected DateRangeRangeDatePickerTextField.newDateRange(Date start, Date end) Deprecated.Gets a new DateRange object
Called by the converter to get a newDateRangeobject from the input text.static DateRangeDateRange.of(long start, long end) Creates a newDateRange, starting at 0:00:00.000 and ending at 23:59:59.999
Caution: supplied dates should be UTC.static DateRangeCreates a newDateRange, UTC time, starting at 0:00:00.000 and ending at 23:59:59.999
Caution: supplied dates should be local to the system (ie:new Date()).static DateRangeDateRange.today()Gets a defaultDateRangefrom today 0:00:00.000 to 23:59:59.999 (UTC).Methods in com.googlecode.wicket.jquery.ui.plugins.datepicker with parameters of type DateRangeModifier and TypeMethodDescriptionvoidIRangeDatePickerListener.onValueChanged(org.apache.wicket.ajax.AjaxRequestTarget target, DateRange range) /** Triggered when the date(s) changedfinal voidRangeDatePicker.onValueChanged(org.apache.wicket.ajax.AjaxRequestTarget target, DateRange range) Deprecated.Constructor parameters in com.googlecode.wicket.jquery.ui.plugins.datepicker with type arguments of type DateRangeModifierConstructorDescriptionRangeDatePicker(String id, org.apache.wicket.model.IModel<DateRange> model, com.googlecode.wicket.jquery.core.Options options) Deprecated.ConstructorRangeDatePickerTextField(String id, org.apache.wicket.model.IModel<DateRange> model) Deprecated.ConstructorRangeDatePickerTextField(String id, org.apache.wicket.model.IModel<DateRange> model, com.googlecode.wicket.jquery.core.Options options) Deprecated.Constructor