Class 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 Detail

      • DateChangeEvent

        public DateChangeEvent()
    • Method Detail

      • 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