Interface | Description |
---|---|
IDraggableListener |
Event listener shared by the
Draggable widget and the DraggableBehavior |
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
JQueryGenericContainer |
DraggableAdapter |
Adapter class for
IDraggableListener |
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
DraggableBehavior event objects |
DraggableBehavior.DragStartEvent |
Provides an event object that will be broadcasted by the
DraggableBehavior.OnDragStartAjaxBehavior callback |
DraggableBehavior.DragStopEvent |
Provides an event object that will be broadcasted by the
DraggableBehavior.OnDragStopAjaxBehavior callback |
DraggableBehavior.OnDragStartAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'start' event |
DraggableBehavior.OnDragStopAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'stop' event |
Enum | Description |
---|---|
Draggable.Axis | |
Draggable.Containment |
Copyright © 2016 7thWeb. All rights reserved.