public class JQueryAjaxChangeBehavior extends JQueryAjaxPostBehavior
JQueryAjaxPostBehavior
that is designed to be called on 'change' jQuery eventJQueryAjaxChangeBehavior.ChangeEvent
(by default)Modifier and Type | Class and Description |
---|---|
static class |
JQueryAjaxChangeBehavior.ChangeEvent
Provides an event object that will be broadcasted by the
JQueryAjaxChangeBehavior |
Constructor and Description |
---|
JQueryAjaxChangeBehavior(IJQueryAjaxAware source,
org.apache.wicket.markup.html.form.FormComponent<?>... components)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.wicket.ajax.attributes.CallbackParameter[] |
getCallbackParameters() |
protected JQueryEvent |
newEvent() |
updateAjaxAttributes
getCallbackFunction, respond
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, renderHead
afterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
public JQueryAjaxChangeBehavior(IJQueryAjaxAware source, org.apache.wicket.markup.html.form.FormComponent<?>... components)
source
- the Behavior
that will broadcast the event.components
- the form components to postprotected org.apache.wicket.ajax.attributes.CallbackParameter[] getCallbackParameters()
getCallbackParameters
in class JQueryAjaxBehavior
protected JQueryEvent newEvent()
newEvent
in class JQueryAjaxBehavior
Copyright © 2014 7thWeb. All Rights Reserved.