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 DateRange
RangeDatePickerTextField. newDateRange(Date start, Date end)
Gets a new DateRange object
Called by the converter to get a newDateRange
object from the input text.static DateRange
DateRange. 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 DateRange
DateRange. 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 DateRange
DateRange. today()
Gets a defaultDateRange
from 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 void
IRangeDatePickerListener. onValueChanged(org.apache.wicket.ajax.AjaxRequestTarget target, DateRange range)
/** Triggered when the date(s) changedvoid
RangeDatePicker. 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
-