Package com.vaadin.ui
Class DragAndDropWrapper.WrapperTargetDetails
- java.lang.Object
-
- com.vaadin.event.dd.TargetDetailsImpl
-
- com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
-
- All Implemented Interfaces:
TargetDetails
,Serializable
- Enclosing class:
- DragAndDropWrapper
public class DragAndDropWrapper.WrapperTargetDetails extends TargetDetailsImpl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrapperTargetDetails(Map<String,Object> rawDropData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getAbsoluteLeft()
Integer
getAbsoluteTop()
HorizontalDropLocation
getHorizontalDropLocation()
VerticalDropLocation
getVerticalDropLocation()
-
Methods inherited from class com.vaadin.event.dd.TargetDetailsImpl
getData, getMouseEvent, getTarget, setData
-
-
-
-
Method Detail
-
getAbsoluteLeft
public Integer getAbsoluteLeft()
- Returns:
- the absolute position of wrapper on the page
-
getAbsoluteTop
public Integer getAbsoluteTop()
- Returns:
- the absolute position of wrapper on the page
-
getVerticalDropLocation
public VerticalDropLocation getVerticalDropLocation()
- Returns:
- a detail about the drags vertical position over the wrapper.
-
getHorizontalDropLocation
public HorizontalDropLocation getHorizontalDropLocation()
- Returns:
- a detail about the drags horizontal position over the wrapper.
-
-