DropEvent
@Deprecated public class DragAndDropEvent extends Object implements Serializable
DropHandler.drop(DragAndDropEvent)
and
AcceptCriterion.accept(DragAndDropEvent)
methods.
DragAndDropEvent instances contains both the dragged data in
Transferable
(generated by DragSource
and details about the
current drop event in TargetDetails
(generated by DropTarget
.
Constructor and Description |
---|
DragAndDropEvent(Transferable transferable,
TargetDetails dropTargetDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TargetDetails |
getTargetDetails()
Deprecated.
|
Transferable |
getTransferable()
Deprecated.
|
public DragAndDropEvent(Transferable transferable, TargetDetails dropTargetDetails)
public Transferable getTransferable()
public TargetDetails getTargetDetails()
Copyright © 2018 Vaadin Ltd. All rights reserved.