We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.ui.
Class DragAndDropWrapper.WrapperTargetDetails
- java.lang.Object
-
- com.vaadin.event.dd.TargetDetailsImpl
-
- com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
-
All Implemented Interfaces:
Enclosing class:
public class DragAndDropWrapper.WrapperTargetDetails extends TargetDetailsImpl
See Also:
-
-
Constructor Summary
Constructors Constructor Description WrapperTargetDetails(Map<String,Object> rawDropData)
-
Method Summary
All 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.
-
-