Uses of Class
com.googlecode.wicket.jquery.ui.plugins.datepicker.DateRange
-
Packages that use DateRange Package Description com.googlecode.wicket.jquery.ui.plugins.datepicker -
-
Uses of DateRange in com.googlecode.wicket.jquery.ui.plugins.datepicker
Methods in com.googlecode.wicket.jquery.ui.plugins.datepicker that return DateRange Modifier and Type Method Description protected DateRangeRangeDatePickerTextField. newDateRange(Date start, Date end)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 DateRangeDateRange. of(Date start, Date end)Creates 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 DateRange Modifier and Type Method Description voidIRangeDatePickerListener. onValueChanged(org.apache.wicket.ajax.AjaxRequestTarget target, DateRange range)/** Triggered when the date(s) changedvoidRangeDatePicker. onValueChanged(org.apache.wicket.ajax.AjaxRequestTarget target, DateRange range)Constructor parameters in com.googlecode.wicket.jquery.ui.plugins.datepicker with type arguments of type DateRange Constructor Description RangeDatePicker(String id, org.apache.wicket.model.IModel<DateRange> model, com.googlecode.wicket.jquery.core.Options options)ConstructorRangeDatePickerTextField(String id, org.apache.wicket.model.IModel<DateRange> model)ConstructorRangeDatePickerTextField(String id, org.apache.wicket.model.IModel<DateRange> model, com.googlecode.wicket.jquery.core.Options options)Constructor
-