public abstract class ProgressBarBehavior extends JQueryBehavior implements IJQueryAjaxAware
method, options, selector
Constructor and Description |
---|
ProgressBarBehavior(String selector)
Constructor
|
ProgressBarBehavior(String selector,
Options options)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
bind(org.apache.wicket.Component component) |
protected JQueryAjaxBehavior |
newOnChangeBehavior()
Gets a new
JQueryAjaxChangeBehavior that will be called on 'change' javascript event |
void |
onConfigure(org.apache.wicket.Component component) |
$, $, $, getOption, on, on, renderHead, setOption, setOptions
add, getJQueryLibrarySettings, toString
afterRender, beforeRender, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onComponentTag, onEvent, onException, onRemove, unbind
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
onAjax
public ProgressBarBehavior(String selector)
selector
- the html selector (ie: "#myId")public void bind(org.apache.wicket.Component component)
bind
in class org.apache.wicket.behavior.Behavior
public void onConfigure(org.apache.wicket.Component component)
onConfigure
in class JQueryAbstractBehavior
protected JQueryAjaxBehavior newOnChangeBehavior()
JQueryAjaxChangeBehavior
that will be called on 'change' javascript eventJQueryAjaxBehavior
Copyright © 2013 7thWeb. All Rights Reserved.