Package com.vaadin.ui

Class DragAndDropWrapper.WrapperTargetDetails

    • Constructor Detail

      • WrapperTargetDetails

        public 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
      • 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.