Package com.googlecode.wicket.jquery.ui.interaction.draggable
-
Interface Summary Interface Description IDraggableListener Event listener shared by theDraggablewidget and theDraggableBehavior -
Class Summary Class Description AbstractDraggableFactory Provides the ability to create aDraggablethat 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 aJQueryGenericContainerDraggableAdapter Adapter class forIDraggableListenerDraggableBehavior Provides a jQuery draggable behavior
Warning: not thread-safe: the instance of this behavior should only be used onceDraggableBehavior.DraggableEvent Provides a base class forDraggableBehaviorevent objectsDraggableBehavior.DragStartEvent Provides an event object that will be broadcasted by theDraggableBehavior.OnDragStartAjaxBehaviorcallbackDraggableBehavior.DragStopEvent Provides an event object that will be broadcasted by theDraggableBehavior.OnDragStopAjaxBehaviorcallbackDraggableBehavior.OnDragStartAjaxBehavior Provides aJQueryAjaxBehaviorthat aims to be wired to the 'start' eventDraggableBehavior.OnDragStopAjaxBehavior Provides aJQueryAjaxBehaviorthat aims to be wired to the 'stop' event -
Enum Summary Enum Description Draggable.Axis Draggable.Containment