org.odlabs.wiquery.core.effects
Class WiqueryAjaxEffectBehavior
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.behavior.AbstractAjaxBehavior
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
org.odlabs.wiquery.core.behavior.WiQueryAbstractAjaxBehavior
org.odlabs.wiquery.core.effects.WiqueryAjaxEffectBehavior
- All Implemented Interfaces:
- Serializable, org.apache.wicket.behavior.IBehaviorListener, org.apache.wicket.IClusterable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.IRequestListener, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, IWiQueryPlugin
public abstract class WiqueryAjaxEffectBehavior
- extends WiQueryAbstractAjaxBehavior
$Id$
Defines an Effect
behavior triggering the AbstractDefaultAjaxBehavior.respond(AjaxRequestTarget)
method with an Ajax query.
- Since:
- 1.0
- Author:
- Lionel Armanet
- See Also:
- Serialized Form
Fields inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior |
INDICATOR |
Fields inherited from interface org.apache.wicket.behavior.IBehaviorListener |
INTERFACE |
Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior |
findIndicatorId, generateCallbackScript, getAjaxCallDecorator, getChannel, getChannelName, getFailureScript, getSuccessScript, onBind, onRequest, renderHead, respond, throttleScript |
Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior |
afterRender, bind, getCallbackUrl, getComponent, getStatelessHint, onComponentRendered, onComponentTag, onComponentTag |
Methods inherited from class org.apache.wicket.behavior.Behavior |
beforeRender, canCallListenerInterface, canCallListenerInterface, detach, isEnabled, isTemporary, onConfigure, onEvent, onException, unbind |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WiqueryAjaxEffectBehavior
public WiqueryAjaxEffectBehavior(Effect effect)
- Creates this behavior for a given
Effect
.
getCallbackScript
protected CharSequence getCallbackScript()
- Overrides:
getCallbackScript
in class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
getHandlerScript
protected CharSequence getHandlerScript()
getPreconditionScript
protected CharSequence getPreconditionScript()
- Overrides:
getPreconditionScript
in class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
statement
public JsStatement statement()
- Description copied from interface:
IWiQueryPlugin
- Returns the main
JsStatement
used to create the plugin.
- Specified by:
statement
in interface IWiQueryPlugin
- Specified by:
statement
in class WiQueryAbstractAjaxBehavior
- Returns:
- The
JsStatement
corresponding to this component.
Copyright © 2012. All Rights Reserved.