Class OnChangeAjaxBehavior
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.behavior.AbstractAjaxBehavior
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior
com.googlecode.wicket.jquery.core.ajax.JQueryAjaxPostBehavior
com.googlecode.wicket.jquery.ui.ajax.OnChangeAjaxBehavior
- All Implemented Interfaces:
Serializable,org.apache.wicket.IComponentAwareEventSink,org.apache.wicket.IRequestListener,org.apache.wicket.markup.html.IComponentAwareHeaderContributor,org.apache.wicket.util.io.IClusterable
public class OnChangeAjaxBehavior
extends com.googlecode.wicket.jquery.core.ajax.JQueryAjaxPostBehavior
Provides a
It will broadcast a
JQueryAjaxPostBehavior that aims to be wired to the 'change' eventIt will broadcast a
OnChangeAjaxBehavior.ChangeEvent (by default)- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classProvides an event object that will be broadcasted by theOnChangeAjaxBehaviorcallback -
Field Summary
Fields inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
INDICATOR -
Constructor Summary
ConstructorsConstructorDescriptionOnChangeAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source, org.apache.wicket.markup.html.form.FormComponent<?>... components) Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.wicket.ajax.attributes.CallbackParameter[]protected com.googlecode.wicket.jquery.core.JQueryEventnewEvent()Methods inherited from class com.googlecode.wicket.jquery.core.ajax.JQueryAjaxPostBehavior
updateAjaxAttributesMethods inherited from class com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior
getCallbackFunction, respondMethods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onMethodMismatch, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, renderHeadMethods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior
afterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbindMethods inherited from class org.apache.wicket.behavior.Behavior
beforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTagMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.IRequestListener
rendersPage
-
Constructor Details
-
OnChangeAjaxBehavior
public OnChangeAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source, org.apache.wicket.markup.html.form.FormComponent<?>... components) Constructor- Parameters:
source- theBehaviorthat will broadcast the event.components- the form components to post
-
-
Method Details
-
getCallbackParameters
protected org.apache.wicket.ajax.attributes.CallbackParameter[] getCallbackParameters()- Overrides:
getCallbackParametersin classcom.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior
-
newEvent
protected com.googlecode.wicket.jquery.core.JQueryEvent newEvent()- Specified by:
newEventin classcom.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior
-