| Interface | Description |
|---|---|
| IDroppableListener |
Event listener shared by the
Droppable widget and the DroppableBehavior |
| Class | Description |
|---|---|
| Droppable<T> |
Provides a jQuery droppable area, on which
Draggables can be dropped. |
| DroppableAdapter |
Adapter class for
IDroppableListener |
| DroppableBehavior |
Provides a jQuery droppable behavior
|
| DroppableBehavior.DropEvent |
Provides an event object that will be broadcasted by the
DroppableBehavior.OnDropAjaxBehavior callback |
| DroppableBehavior.ExitEvent |
Provides an event object that will be broadcasted by the
DroppableBehavior.OnExitAjaxBehavior callback |
| DroppableBehavior.OnDropAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'drop' event |
| DroppableBehavior.OnExitAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'exit' event |
| DroppableBehavior.OnOverAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'over' event |
| DroppableBehavior.OverEvent |
Provides an event object that will be broadcasted by the
DroppableBehavior.OnOverAjaxBehavior callback |
Copyright © 2017 7thWeb. All rights reserved.