public interface WDragTargetWidget
| Modifier and Type | Interface and Description |
|---|---|
static class |
WDragTargetWidget.DropData
Drop data
|
static class |
WDragTargetWidget.DropType
The drop type
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable WCallback<WDragTargetWidget.DropData,java.lang.Void> |
getDropDroppedCallback() |
void |
setDragDroppedCallback(@Nullable WCallback<WDragTargetWidget.DropData,java.lang.Void> callback)
Callback to invoke when element is dropped
|
void setDragDroppedCallback(@Nullable WCallback<WDragTargetWidget.DropData,java.lang.Void> callback)
callback - the callback@Nullable WCallback<WDragTargetWidget.DropData,java.lang.Void> getDropDroppedCallback()