Class RangeDatePickerTextField

    • Field Detail

      • options

        protected final com.googlecode.wicket.jquery.core.Options options
        Deprecated.
    • Constructor Detail

      • RangeDatePickerTextField

        public RangeDatePickerTextField​(String id)
        Deprecated.
        Constructor
        Parameters:
        id - the markup id
      • RangeDatePickerTextField

        public RangeDatePickerTextField​(String id,
                                        com.googlecode.wicket.jquery.core.Options options)
        Deprecated.
        Constructor
        Parameters:
        id - the markup id
        options - the Options
      • RangeDatePickerTextField

        public RangeDatePickerTextField​(String id,
                                        IModel<DateRange> model)
        Deprecated.
        Constructor
        Parameters:
        id - the markup id
        model - the IModel
      • RangeDatePickerTextField

        public RangeDatePickerTextField​(String id,
                                        IModel<DateRange> model,
                                        com.googlecode.wicket.jquery.core.Options options)
        Deprecated.
        Constructor
        Parameters:
        id - the markup id
        model - the IModel
        options - the Options
    • Method Detail

      • getSeparator

        protected String getSeparator()
        Deprecated.
        Gets the separator to be displayed in the TextField, between the two dates.
        Returns:
        the text separator. Default to SEPARATOR
      • onValueChanged

        public void onValueChanged​(IPartialPageRequestHandler handler)
        Deprecated.
        Specified by:
        onValueChanged in interface com.googlecode.wicket.jquery.core.event.IValueChangedListener
      • newDateRange

        protected DateRange 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.
        Parameters:
        start - the start date
        end - the end date
        Returns:
        a new DateRange object, starting at 0:00:00.000 and ending at 23:59:59.999 by default
      • newConverter

        protected <C> IConverter<C> newConverter()
        Deprecated.