com.vaadin.ui
Class AbstractSelect.AbstractSelectTargetDetails

java.lang.Object
  extended by com.vaadin.event.dd.TargetDetailsImpl
      extended by com.vaadin.ui.AbstractSelect.AbstractSelectTargetDetails
All Implemented Interfaces:
TargetDetails, Serializable
Direct Known Subclasses:
Tree.TreeTargetDetails
Enclosing class:
AbstractSelect

public class AbstractSelect.AbstractSelectTargetDetails
extends TargetDetailsImpl

TargetDetails implementation for subclasses of AbstractSelect that implement DropTarget.

Since:
6.3
See Also:
Serialized Form

Field Summary
protected  Object idOver
          The item id over which the drag event happened.
 
Constructor Summary
protected AbstractSelect.AbstractSelectTargetDetails(Map<String,Object> rawVariables)
          Constructor that automatically converts itemIdOver key to corresponding item Id
 
Method Summary
 VerticalDropLocation getDropLocation()
          Returns a detailed vertical location where the drop happened on Item.
 Object getItemIdOver()
          If the drag operation is currently over an Item, this method returns the identifier of that Item.
 
Methods inherited from class com.vaadin.event.dd.TargetDetailsImpl
getData, getTarget, setData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idOver

protected Object idOver
The item id over which the drag event happened.

Constructor Detail

AbstractSelect.AbstractSelectTargetDetails

protected AbstractSelect.AbstractSelectTargetDetails(Map<String,Object> rawVariables)
Constructor that automatically converts itemIdOver key to corresponding item Id

Method Detail

getItemIdOver

public Object getItemIdOver()
If the drag operation is currently over an Item, this method returns the identifier of that Item.


getDropLocation

public VerticalDropLocation getDropLocation()
Returns a detailed vertical location where the drop happened on Item.



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.