Package com.vaadin.ui

Class DragAndDropWrapper.WrapperTargetDetails

    • Constructor Detail

      • WrapperTargetDetails

        public WrapperTargetDetails​(java.util.Map<java.lang.String,​java.lang.Object> rawDropData)
    • Method Detail

      • getAbsoluteLeft

        public java.lang.Integer getAbsoluteLeft()
        Returns:
        the absolute position of wrapper on the page
      • getAbsoluteTop

        public java.lang.Integer getAbsoluteTop()
        Returns:
        the absolute position of wrapper on the page
      • 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.