Package com.vaadin.ui
Class AbstractSelect.AbstractSelectTargetDetails
- java.lang.Object
-
- com.vaadin.event.dd.TargetDetailsImpl
-
- 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 ofAbstractSelectthat implementDropTarget.- Since:
- 6.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractSelectTargetDetails(Map<String,Object> rawVariables)Constructor that automatically converts itemIdOver key to corresponding item Id
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VerticalDropLocationgetDropLocation()Returns a detailed vertical location where the drop happened on Item.ObjectgetItemIdOver()-
Methods inherited from class com.vaadin.event.dd.TargetDetailsImpl
getData, getMouseEvent, getTarget, setData
-
-
-
-
Field Detail
-
idOver
protected Object idOver
The item id over which the drag event happened.
-
-
Method Detail
-
getItemIdOver
public Object getItemIdOver()
-
getDropLocation
public VerticalDropLocation getDropLocation()
Returns a detailed vertical location where the drop happened on Item.
-
-