com.vaadin.ui
Class AbstractSelect.AbstractSelectTargetDetails
java.lang.Object
com.vaadin.event.dd.TargetDetailsImpl
com.vaadin.ui.AbstractSelect.AbstractSelectTargetDetails
- All Implemented Interfaces:
- TargetDetails, java.io.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 java.lang.Object |
idOver
The item id over which the drag event happened. |
Constructor Summary |
protected |
AbstractSelect.AbstractSelectTargetDetails(java.util.Map<java.lang.String,java.lang.Object> rawVariables)
Constructor that automatically converts itemIdOver key to
corresponding item Id |
Method Summary |
com.vaadin.shared.ui.dd.VerticalDropLocation |
getDropLocation()
Returns a detailed vertical location where the drop happened on Item. |
java.lang.Object |
getItemIdOver()
If the drag operation is currently over an Item , this method
returns the identifier of that Item . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
idOver
protected java.lang.Object idOver
- The item id over which the drag event happened.
AbstractSelect.AbstractSelectTargetDetails
protected AbstractSelect.AbstractSelectTargetDetails(java.util.Map<java.lang.String,java.lang.Object> rawVariables)
- Constructor that automatically converts itemIdOver key to
corresponding item Id
getItemIdOver
public java.lang.Object getItemIdOver()
- If the drag operation is currently over an
Item
, this method
returns the identifier of that Item
.
getDropLocation
public com.vaadin.shared.ui.dd.VerticalDropLocation getDropLocation()
- Returns a detailed vertical location where the drop happened on Item.
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.