Class SpinnerBehavior

    • Constructor Detail

      • SpinnerBehavior

        public SpinnerBehavior​(String selector,
                               ISpinnerListener listener,
                               com.googlecode.wicket.jquery.core.Options options)
    • Method Detail

      • newOnSpinAjaxBehavior

        protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior newOnSpinAjaxBehavior​(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
        Gets a new JQueryAjaxBehavior that will be wired to the 'stop' event
        Parameters:
        source - the IJQueryAjaxAware
        Returns:
        a new OnStopAjaxBehavior by default
      • newOnStopAjaxBehavior

        protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior newOnStopAjaxBehavior​(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
        Gets a new JQueryAjaxBehavior that will be wired to the 'stop' event
        Parameters:
        source - the IJQueryAjaxAware
        Returns:
        a new OnStopAjaxBehavior by default
      • onAjax

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