Class RangeDatePickerBehavior

java.lang.Object
org.apache.wicket.behavior.Behavior
com.googlecode.wicket.jquery.core.JQueryAbstractBehavior
com.googlecode.wicket.jquery.core.JQueryBehavior
com.googlecode.wicket.jquery.ui.plugins.datepicker.RangeDatePickerBehavior
All Implemented Interfaces:
com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware, Serializable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.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:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    protected static class 
    Deprecated.
    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
    protected static class 
    Deprecated.
    Provides a JQueryAjaxBehavior that aims to be wired to the 'onRangeChange' event
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
     

    Fields inherited from class com.googlecode.wicket.jquery.core.JQueryBehavior

    method, options, selector
  • Constructor Summary

    Constructors
    Constructor
    Description
    RangeDatePickerBehavior(String selector, com.googlecode.wicket.jquery.core.Options options, IRangeDatePickerListener listener)
    Deprecated.
     
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    bind(org.apache.wicket.Component component)
    Deprecated.
     
    void
    onAjax(org.apache.wicket.ajax.AjaxRequestTarget target, com.googlecode.wicket.jquery.core.JQueryEvent event)
    Deprecated.
     
    void
    onConfigure(org.apache.wicket.Component component)
    Deprecated.
     

    Methods inherited from class com.googlecode.wicket.jquery.core.JQueryBehavior

    $, $, $, $, beforeRender, detach, getMethod, getOption, getOptions, getSelector, off, on, on, register, remove, renderHead, setOption, setOption, setOption, setOptions, setSelector

    Methods inherited from class com.googlecode.wicket.jquery.core.JQueryAbstractBehavior

    add, getJQueryLibrarySettings, renderOnDomReadyScript, renderPriorityHeaderItem, toString

    Methods inherited from class org.apache.wicket.behavior.Behavior

    afterRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onEvent, onException, onRemove, onTag, unbind

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • bind

      public void bind(org.apache.wicket.Component component)
      Deprecated.
      Overrides:
      bind in class org.apache.wicket.behavior.Behavior
    • onConfigure

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

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