Class WiQueryEventBehavior
- java.lang.Object
-
- org.apache.wicket.behavior.Behavior
-
- org.apache.wicket.behavior.AbstractAjaxBehavior
-
- org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
-
- org.wicketstuff.wiquery.core.behavior.WiQueryAbstractAjaxBehavior
-
- org.wicketstuff.wiquery.core.events.WiQueryEventBehavior
-
- All Implemented Interfaces:
java.io.Serializable,org.apache.wicket.IComponentAwareEventSink,org.apache.wicket.IRequestListener,org.apache.wicket.markup.html.IComponentAwareHeaderContributor,org.apache.wicket.util.io.IClusterable
public class WiQueryEventBehavior extends WiQueryAbstractAjaxBehavior
$Id: WiQueryEventBehavior.java 1714M 2012-01-19 16:56:55Z (local) $Calls a JavaScript statement when the given
Eventis triggered.- Since:
- 0.5
- Author:
- Lionel Armanet
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.wicketstuff.wiquery.core.behavior.WiQueryAbstractAjaxBehavior
options
-
-
Constructor Summary
Constructors Constructor Description WiQueryEventBehavior(Event event)Builds a new instance ofWiQueryEventBehavior.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrenderHead(org.apache.wicket.Component component, org.apache.wicket.markup.head.IHeaderResponse response)-
Methods inherited from class org.wicketstuff.wiquery.core.behavior.WiQueryAbstractAjaxBehavior
getBehaviorComponent, getOptions, respond, setEventListener
-
Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onMethodMismatch, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributes
-
Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior
afterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
-
Methods inherited from class org.apache.wicket.behavior.Behavior
beforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTag
-
-
-
-
Constructor Detail
-
WiQueryEventBehavior
public WiQueryEventBehavior(Event event)
Builds a new instance ofWiQueryEventBehavior.- Parameters:
event- theEventtriggering the JavaScript statement.
-
-
Method Detail
-
renderHead
public void renderHead(org.apache.wicket.Component component, org.apache.wicket.markup.head.IHeaderResponse response)- Specified by:
renderHeadin interfaceorg.apache.wicket.markup.html.IComponentAwareHeaderContributor- Overrides:
renderHeadin classorg.apache.wicket.ajax.AbstractDefaultAjaxBehavior
-
-