Class ProgressBarBehavior
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.JQueryUIBehavior
com.googlecode.wicket.jquery.ui.widget.progressbar.ProgressBarBehavior
- All Implemented Interfaces:
com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware,JQueryDestroyListener.IDestroyable,Serializable,org.apache.wicket.IComponentAwareEventSink,org.apache.wicket.markup.html.IComponentAwareHeaderContributor,org.apache.wicket.util.io.IClusterable
public abstract class ProgressBarBehavior
extends JQueryUIBehavior
implements com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware
Provides a jQuery progress-bar behavior.
- Since:
- 1.2.3, 6.0.1
- Author:
- Sebastien Briquet - sebfz1
- See Also:
-
Field Summary
FieldsFields inherited from class com.googlecode.wicket.jquery.core.JQueryBehavior
method, options, selector -
Constructor Summary
ConstructorsConstructorDescriptionProgressBarBehavior(String selector) ConstructorProgressBarBehavior(String selector, com.googlecode.wicket.jquery.core.Options options) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(org.apache.wicket.Component component) protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxPostBehaviornewOnChangeAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source) Gets a newJQueryAjaxPostBehaviorthat will be wired to the 'change' eventvoidonConfigure(org.apache.wicket.Component component) Methods inherited from class com.googlecode.wicket.jquery.ui.JQueryUIBehavior
destroy, onDestroy, widget, widget, widget, widgetMethods 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, setSelectorMethods inherited from class com.googlecode.wicket.jquery.core.JQueryAbstractBehavior
add, getJQueryLibrarySettings, renderOnDomReadyScript, renderPriorityHeaderItem, toStringMethods inherited from class org.apache.wicket.behavior.Behavior
afterRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onEvent, onException, onRemove, onTag, unbindMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware
onAjax
-
Field Details
-
METHOD
- See Also:
-
-
Constructor Details
-
ProgressBarBehavior
Constructor- Parameters:
selector- the html selector (ie: "#myId")
-
ProgressBarBehavior
Constructor- Parameters:
selector- the html selector (ie: "#myId")options- theOptions
-
-
Method Details
-
bind
public void bind(org.apache.wicket.Component component) - Overrides:
bindin classorg.apache.wicket.behavior.Behavior
-
onConfigure
public void onConfigure(org.apache.wicket.Component component) - Overrides:
onConfigurein classJQueryUIBehavior
-
newOnChangeAjaxBehavior
protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxPostBehavior newOnChangeAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source) Gets a newJQueryAjaxPostBehaviorthat will be wired to the 'change' event- Parameters:
source- theIJQueryAjaxAware- Returns:
- a new
OnChangeAjaxBehaviorby default
-