| Package | Description |
|---|---|
| com.googlecode.wicket.jquery.ui.plugins.datepicker |
| Modifier and Type | Method and Description |
|---|---|
protected DateRange |
RangeDatePickerTextField.newDateRange(Date start,
Date end)
Deprecated.
Gets a new DateRange object
Called by the converter to get a new DateRange object from the input text. |
static DateRange |
DateRange.of(Date start,
Date end)
Creates a new
DateRange, UTC time, starting at 0:00:00.000 and ending at 23:59:59.999Caution: supplied dates should be local to the system (ie: new Date()). |
static DateRange |
DateRange.of(long start,
long end)
Creates a new
DateRange, starting at 0:00:00.000 and ending at 23:59:59.999Caution: supplied dates should be UTC. |
static DateRange |
DateRange.today()
Gets a default
DateRange from today 0:00:00.000 to 23:59:59.999 (UTC). |
| Modifier and Type | Method and Description |
|---|---|
void |
RangeDatePicker.onValueChanged(org.apache.wicket.ajax.AjaxRequestTarget target,
DateRange range)
Deprecated.
|
void |
IRangeDatePickerListener.onValueChanged(org.apache.wicket.ajax.AjaxRequestTarget target,
DateRange range)
/**
Triggered when the date(s) changed
|
| Constructor and Description |
|---|
RangeDatePicker(String id,
org.apache.wicket.model.IModel<DateRange> model,
com.googlecode.wicket.jquery.core.Options options)
Deprecated.
Constructor
|
RangeDatePickerTextField(String id,
org.apache.wicket.model.IModel<DateRange> model)
Deprecated.
Constructor
|
RangeDatePickerTextField(String id,
org.apache.wicket.model.IModel<DateRange> model,
com.googlecode.wicket.jquery.core.Options options)
Deprecated.
Constructor
|
Copyright © 2022 7thWeb. All rights reserved.