Class RangeDatePickerBehavior

  • All Implemented Interfaces:
    com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware, Serializable, IComponentAwareEventSink, IComponentAwareHeaderContributor, IClusterable

    @Deprecated
    public class RangeDatePickerBehavior
    extends com.googlecode.wicket.jquery.core.JQueryBehavior
    implements com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware
    Deprecated.
    seems to not work with lastest jquery/jquery-ui, and the js plugin seems not maintained anymore
    Provides the jQuery DatePicker behavior
    Author:
    Sebastien Briquet - sebfz1
    See Also:
    Serialized Form
    • Constructor Detail

      • RangeDatePickerBehavior

        public RangeDatePickerBehavior​(String selector,
                                       com.googlecode.wicket.jquery.core.Options options,
                                       IRangeDatePickerListener listener)
        Deprecated.
    • Method Detail

      • onConfigure

        public void onConfigure​(Component component)
        Deprecated.
        Overrides:
        onConfigure in class com.googlecode.wicket.jquery.core.JQueryBehavior
      • onAjax

        public void onAjax​(AjaxRequestTarget target,
                           com.googlecode.wicket.jquery.core.JQueryEvent event)
        Deprecated.
        Specified by:
        onAjax in interface com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware