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 RangeDatePickerBehavior.OnRangeChangeAjaxBehavior callback

Note: 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 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