Class ProgressBarBehavior

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String METHOD  
      • Fields inherited from class com.googlecode.wicket.jquery.core.JQueryBehavior

        method, options, selector
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onConfigure​(org.apache.wicket.Component component)  
      • Methods inherited from class com.googlecode.wicket.jquery.core.JQueryBehavior

        $, $, $, $, beforeRender, detach, getMethod, getOption, getOptions, getSelector, off, on, on, register, remove, 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, bind, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onEvent, onException, onRemove, onTag, unbind
    • 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

      • onConfigure

        public void onConfigure​(org.apache.wicket.Component component)
        Overrides:
        onConfigure in class KendoUIBehavior