public abstract class ProgressBarBehavior extends JQueryUIBehavior implements com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware
Constructor and Description |
---|
ProgressBarBehavior(String selector)
Constructor
|
ProgressBarBehavior(String selector,
com.googlecode.wicket.jquery.core.Options options)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
bind(org.apache.wicket.Component component) |
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 |
void |
onConfigure(org.apache.wicket.Component component) |
destroy, onDestroy, widget, widget, widget, widget
$, $, $, $, beforeRender, detach, getMethod, getOption, getOptions, getSelector, off, on, on, register, remove, renderHead, setOption, setOption, setOption, setOptions, setSelector
add, getJQueryLibrarySettings, renderOnDomReadyScript, renderPriorityHeaderItem, toString
afterRender, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onComponentTag, onEvent, onException, onRemove, unbind
public static final String METHOD
public ProgressBarBehavior(String selector)
selector
- the html selector (ie: "#myId")public ProgressBarBehavior(String selector, com.googlecode.wicket.jquery.core.Options options)
selector
- the html selector (ie: "#myId")options
- the Options
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 JQueryUIBehavior
protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxPostBehavior newOnChangeAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
JQueryAjaxPostBehavior
that will be wired to the 'change' eventsource
- the IJQueryAjaxAware
OnChangeAjaxBehavior
by defaultCopyright © 2016 7thWeb. All rights reserved.