I need a way to, on a folder-by-folder basis, prevent the UI from letting a folder present as a valid drop target. So, for example, a canAcceptDrop (or a modification of acceptDrop, depending) that would let me return true or false if the selected items can be dropped here. At the very least, it shouldn't highlight the folder as a valid drop target. I might also want to be able to modify the css cursor property for those folders as well differently from what I'm doing for the rest of the folders.
I need a way to, on a folder-by-folder basis, prevent the UI from letting a folder present as a valid drop target. So, for example, a canAcceptDrop (or a modification of acceptDrop, depending) that would let me return true or false if the selected items can be dropped here. At the very least, it shouldn't highlight the folder as a valid drop target. I might also want to be able to modify the css cursor property for those folders as well differently from what I'm doing for the rest of the folders.