DropEvent#getTransferData(String)@Deprecated public interface TargetDetails extends Serializable
DragAndDropEvent.
When a TargetDetails object is used in DropHandler it is often
preferable to cast the TargetDetails to an implementation provided by
DropTarget like TreeTargetDetails. They often provide a better typed,
drop target specific API.
| Modifier and Type | Method and Description |
|---|---|
Object |
getData(String key)
Deprecated.
Gets target data associated with the given string key.
|
DropTarget |
getTarget()
Deprecated.
|
Object getData(String key)
key - DropTarget getTarget()
DragAndDropEvent happened.Copyright © 2018 Vaadin Ltd. All rights reserved.