Class ProgressBarBehavior

    • Constructor Detail

      • ProgressBarBehavior

        public ProgressBarBehavior​(String selector)
        Constructor
        Parameters:
        selector - the html selector (ie: "#myId")
      • ProgressBarBehavior

        public ProgressBarBehavior​(String selector,
                                   com.googlecode.wicket.jquery.core.Options options)
        Constructor
        Parameters:
        selector - the html selector (ie: "#myId")
        options - the Options
    • Method Detail

      • newOnChangeAjaxBehavior

        protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxPostBehavior newOnChangeAjaxBehavior​(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
        Gets a new JQueryAjaxPostBehavior that will be wired to the 'change' event
        Parameters:
        source - the IJQueryAjaxAware
        Returns:
        a new OnChangeAjaxBehavior by default