Class RangeDatePickerBehavior.DateChangeEvent
java.lang.Object
com.googlecode.wicket.jquery.core.JQueryEvent
com.googlecode.wicket.jquery.ui.plugins.datepicker.RangeDatePickerBehavior.DateChangeEvent
- Enclosing class:
- RangeDatePickerBehavior
protected static class RangeDatePickerBehavior.DateChangeEvent
extends com.googlecode.wicket.jquery.core.JQueryEvent
Provides an event object that will be broadcasted by the
Note: The
ie: if the behavior receives 10/10/2010 0:00:00 CET, it will be translated to 10/10/2010 0:00:00 UTC
RangeDatePickerBehavior.OnRangeChangeAjaxBehavior callbackNote: The
start and end dates 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 UTC
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DateChangeEvent
public DateChangeEvent()
-
-
Method Details
-
getStart
public long getStart()Gets the event's UTC start date- Returns:
- the start date
-
getEnd
public long getEnd()Gets the event's UTC end date- Returns:
- the end date
-