Class DDVerticalSplitPanel.VerticalSplitPanelTargetDetails

java.lang.Object
com.vaadin.event.dd.TargetDetailsImpl
io.jmix.ui.widget.addon.dragdroplayouts.DDVerticalSplitPanel.VerticalSplitPanelTargetDetails
All Implemented Interfaces:
com.vaadin.event.dd.TargetDetails, Serializable
Enclosing class:
DDVerticalSplitPanel

public class DDVerticalSplitPanel.VerticalSplitPanelTargetDetails extends com.vaadin.event.dd.TargetDetailsImpl
Contains the location and other information about the drop.
See Also:
  • Constructor Details

    • VerticalSplitPanelTargetDetails

      protected VerticalSplitPanelTargetDetails(Map<String,Object> rawDropData)
  • Method Details

    • getOverComponent

      public com.vaadin.ui.Component getOverComponent()
      The component over which the drop was made.
      Returns:
      Null if the drop was not over a component, else the component
    • getMouseEvent

      public com.vaadin.shared.MouseEventDetails getMouseEvent()
      Some details about the mouse event
      Overrides:
      getMouseEvent in class com.vaadin.event.dd.TargetDetailsImpl
      Returns:
      details about the actual event that caused the event details. Practically mouse move or mouse up.
    • getDropLocation

      public com.vaadin.shared.ui.dd.VerticalDropLocation getDropLocation()
      Get the horizontal position of the dropped component within the underlying cell.
      Returns:
      The drop location