class DragAndDropManager<S, R>
Main class of DragAndDrop
DragAndDropManager()
Main class of DragAndDrop |
val defaultConfig: DragAndDropDefaultConfig<S, R> |
fun applyDragAndDrop(): Unit
Start drag-and-drop |
|
fun disable(): Unit
Disable drag-and-drop |
|
fun mapSets(newSenders: Set<DragAndDropObject<S>>, newReceivers: Set<DragAndDropObject<R>>, localConfig: DragAndDropLocalConfig<S, R>? = null): Unit
Maps set of sender objects to receivers |