com.vaadin.ui
Class DragAndDropWrapper.WrapperTargetDetails

java.lang.Object
  extended by com.vaadin.event.dd.TargetDetailsImpl
      extended by com.vaadin.ui.DragAndDropWrapper.WrapperTargetDetails
All Implemented Interfaces:
com.vaadin.event.dd.TargetDetails, Serializable
Enclosing class:
DragAndDropWrapper

public class DragAndDropWrapper.WrapperTargetDetails
extends com.vaadin.event.dd.TargetDetailsImpl

See Also:
Serialized Form

Constructor Summary
DragAndDropWrapper.WrapperTargetDetails(Map<String,Object> rawDropData)
           
 
Method Summary
 Integer getAbsoluteLeft()
           
 Integer getAbsoluteTop()
           
 com.vaadin.shared.ui.dd.HorizontalDropLocation getHorizontalDropLocation()
           
 com.vaadin.shared.MouseEventDetails getMouseEvent()
           
 com.vaadin.shared.ui.dd.VerticalDropLocation getVerticalDropLocation()
           
 
Methods inherited from class com.vaadin.event.dd.TargetDetailsImpl
getData, getTarget, setData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragAndDropWrapper.WrapperTargetDetails

public DragAndDropWrapper.WrapperTargetDetails(Map<String,Object> rawDropData)
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

getMouseEvent

public com.vaadin.shared.MouseEventDetails getMouseEvent()
Returns:
details about the actual event that caused the event details. Practically mouse move or mouse up.

getVerticalDropLocation

public com.vaadin.shared.ui.dd.VerticalDropLocation getVerticalDropLocation()
Returns:
a detail about the drags vertical position over the wrapper.

getHorizontalDropLocation

public com.vaadin.shared.ui.dd.HorizontalDropLocation getHorizontalDropLocation()
Returns:
a detail about the drags horizontal position over the wrapper.


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.