interface DragAndDropController<S, R>
Controller to manage drag-and-drop after initial dsl setup
abstract fun disable(): Unit |
|
abstract fun enable(): Unit |
|
abstract fun mapSets(newSenders: Set<DragAndDropObject<S>>, newReceivers: Set<DragAndDropObject<R>>, init: DragAndDropLocalConfig<S, R>.() -> Unit = null): Unit |
class DragAndDropControllerImpl<S, R> : DragAndDropController<S, R> |