public interface IDropHandler
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAcceptableTypes()
Returns the list of types acceptable for this target.
|
DropMode |
getDragMode()
Returns drag&drop mode that is supported by drop handler.
|
void |
onDropped(DropEvent context)
This is an event function which gets called as soon as a Draggable is dropped on the dropTarget
having this handler.
|
@Nonnull String[] getAcceptableTypes()
void onDropped(@Nonnull DropEvent context) throws Exception
context - ExceptionCopyright © 2017 etc.to. All rights reserved.