| Interface | Description |
|---|---|
| IDroppableListener |
Event listener shared by the
Droppable widget and the DroppableBehavior |
| Class | Description |
|---|---|
| Droppable<T> |
Provides a Kendo UI droppable area, on which
Draggables can be dropped. |
| DroppableAdaper |
Adapter class for
IDroppableListener |
| DroppableAreaBehavior |
Provides a "kendoDropTargetArea" behavior
|
| DroppableBehavior |
Provides a "kendoDropTarget" behavior
|
| DroppableBehavior.DragEnterEvent |
Provides an event object that will be broadcasted by the
DroppableBehavior.OnDragEnterAjaxBehavior callback |
| DroppableBehavior.DragLeaveEvent |
Provides an event object that will be broadcasted by the
DroppableBehavior.OnDragLeaveAjaxBehavior callback |
| DroppableBehavior.DropEvent |
Provides an event object that will be broadcasted by the
DroppableBehavior.OnDropAjaxBehavior callback |
| DroppableBehavior.OnDragEnterAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'dragenter' event |
| DroppableBehavior.OnDragLeaveAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'dragleave' event |
| DroppableBehavior.OnDropAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'drop' event |
Copyright © 2021 7thWeb. All rights reserved.