easydnd / ru.checka.easydnd / DragAndDropManager

DragAndDropManager

class DragAndDropManager<S, R>

Main class of DragAndDrop

Constructors

<init>

DragAndDropManager()

Main class of DragAndDrop

Properties

defaultConfig

val defaultConfig: DragAndDropDefaultConfig<S, R>

Functions

applyDragAndDrop

fun applyDragAndDrop(): Unit

Start drag-and-drop

disable

fun disable(): Unit

Disable drag-and-drop

mapSets

fun mapSets(newSenders: Set<DragAndDropObject<S>>, newReceivers: Set<DragAndDropObject<R>>, localConfig: DragAndDropLocalConfig<S, R>? = null): Unit

Maps set of sender objects to receivers