com.vaadin.ui.
Class AbstractSelect.AbstractSelectTargetDetails
- java.lang.Object
-
- com.vaadin.event.dd.TargetDetailsImpl
-
- com.vaadin.ui.AbstractSelect.AbstractSelectTargetDetails
-
All Implemented Interfaces:
Direct Known Subclasses:
Enclosing class:
public class AbstractSelect.AbstractSelectTargetDetails extends TargetDetailsImpl
TargetDetails implementation for subclasses of
AbstractSelect
that implementDropTarget
.Since:
6.3
See Also:
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractSelectTargetDetails(Map<String,Object> rawVariables)
Constructor that automatically converts itemIdOver key to corresponding item Id
-
Method Summary
All Methods Modifier and Type Method Description 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 thatItem
.-
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()
If the drag operation is currently over an
Item
, this method returns the identifier of thatItem
.
-
getDropLocation
public VerticalDropLocation getDropLocation()
Returns a detailed vertical location where the drop happened on Item.
-
-