Class DraggableBehavior.OnDragStopAjaxBehavior
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.ui.interaction.draggable.DraggableBehavior.OnDragStopAjaxBehavior
- All Implemented Interfaces:
Serializable
,org.apache.wicket.IComponentAwareEventSink
,org.apache.wicket.IRequestListener
,org.apache.wicket.markup.html.IComponentAwareHeaderContributor
,org.apache.wicket.util.io.IClusterable
- Enclosing class:
- DraggableBehavior
protected static class DraggableBehavior.OnDragStopAjaxBehavior
extends com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior
Provides a
JQueryAjaxBehavior
that aims to be wired to the 'stop' event- See Also:
-
Field Summary
Fields inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
INDICATOR
-
Constructor Summary
ConstructorsConstructorDescriptionOnDragStopAjaxBehavior
(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.wicket.ajax.attributes.CallbackParameter[]
protected com.googlecode.wicket.jquery.core.JQueryEvent
newEvent()
Methods inherited from class com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior
getCallbackFunction, respond, updateAjaxAttributes
Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onMethodMismatch, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, renderHead
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.wicket.IRequestListener
rendersPage
-
Constructor Details
-
OnDragStopAjaxBehavior
public OnDragStopAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source)
-
-
Method Details
-
getCallbackParameters
protected org.apache.wicket.ajax.attributes.CallbackParameter[] getCallbackParameters()- Overrides:
getCallbackParameters
in classcom.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior
-
newEvent
protected com.googlecode.wicket.jquery.core.JQueryEvent newEvent()- Specified by:
newEvent
in classcom.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior
-