Package com.googlecode.wicket.jquery.ui.interaction.draggable
package com.googlecode.wicket.jquery.ui.interaction.draggable
-
ClassDescriptionProvides the ability to create a
Draggablethat is related to another component (defined by its selector).
The common use case is to have the ability to drag multipleDraggableobject.
To achieve this, the role of the jQuery helper is important (seeAbstractDraggableFactory.getHelper(String)implementation inSelectableDraggableFactory)Draggable<T>Provides a jQuery draggable element based on aJQueryGenericContainerAdapter class forIDraggableListenerProvides a jQuery draggable behavior
Warning: not thread-safe: the instance of this behavior should only be used onceProvides a base class forDraggableBehaviorevent objectsProvides an event object that will be broadcasted by theDraggableBehavior.OnDragStartAjaxBehaviorcallbackProvides an event object that will be broadcasted by theDraggableBehavior.OnDragStopAjaxBehaviorcallbackProvides aJQueryAjaxBehaviorthat aims to be wired to the 'start' eventProvides aJQueryAjaxBehaviorthat aims to be wired to the 'stop' eventEvent listener shared by theDraggablewidget and theDraggableBehavior