| Class | Description |
|---|---|
| AbstractDraggableFactory |
Provides the ability to create a
Draggable that is related to another component (defined by its selector).The common use case is to have the ability to drag multiple Draggable object.To achieve this, the role of the jQuery helper is important (see AbstractDraggableFactory.getHelper(String) implementation in SelectableDraggableFactory) |
| Draggable<T> |
Provides a jQuery draggable element based on a
JQueryContainer |
| DraggableBehavior |
Provides a jQuery draggable behavior
Warning: not thread-safe: the instance of this behavior should only be used once |
| DraggableBehavior.DraggableEvent |
Provides a base class for draggable event object
|
| DraggableBehavior.DragStartEvent |
Provides an event object that will be broadcasted by the
JQueryAjaxBehavior 'start' callback |
| DraggableBehavior.DragStopEvent |
Provides an event object that will be broadcasted by the
JQueryAjaxBehavior 'stop' callback |
| Enum | Description |
|---|---|
| Draggable.Axis | |
| Draggable.Containment |
Copyright © 2014 7thWeb. All Rights Reserved.