We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.event.dd.
Class TargetDetailsImpl
java.lang.Object
com.vaadin.event.dd.TargetDetailsImpl
All Implemented Interfaces:
Direct Known Subclasses:
AbstractSelect.AbstractSelectTargetDetails, DragAndDropWrapper.WrapperTargetDetails
- extends Object
- implements TargetDetails
public class TargetDetailsImpl
A HashMap backed implementation of TargetDetails
for terminal
implementation and for extension.
Since:
6.3
See Also:
Constructor Summary | |
---|---|
protected |
TargetDetailsImpl(Map<String,Object> rawDropData)
|
TargetDetailsImpl(Map<String,Object> rawDropData,
DropTarget dropTarget)
|
Method Summary | |
---|---|
Object |
getData(String key)
Gets target data associated with the given string key |
DropTarget |
getTarget()
|
Object |
setData(String key,
Object value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
TargetDetailsImpl
protected TargetDetailsImpl(Map<String,Object> rawDropData)
TargetDetailsImpl
public TargetDetailsImpl(Map<String,Object> rawDropData,
DropTarget dropTarget)
Method Detail |
---|
getData
public Object getData(String key)
- Specified by:
getData
in interfaceTargetDetails
- Returns:
- The data associated with the key
Description copied from interface: TargetDetails
Gets target data associated with the given string key
setData
public Object setData(String key,
Object value)
getTarget
public DropTarget getTarget()
- Specified by:
getTarget
in interfaceTargetDetails
- Returns:
- the drop target on which the
DragAndDropEvent
happened.