Class RangeDatePicker

    • Field Detail

      • options

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

      • RangeDatePicker

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

        public RangeDatePicker​(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

      • onConfigure

        public void onConfigure​(com.googlecode.wicket.jquery.core.JQueryBehavior behavior)
        Deprecated.
        Specified by:
        onConfigure in interface com.googlecode.wicket.jquery.core.IJQueryWidget
        Overrides:
        onConfigure in class com.googlecode.wicket.jquery.core.JQueryContainer
      • onValueChanged

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

        public com.googlecode.wicket.jquery.core.JQueryBehavior newWidgetBehavior​(String selector)
        Deprecated.
        Specified by:
        newWidgetBehavior in interface com.googlecode.wicket.jquery.core.IJQueryWidget