Class DDHorizontalSplitPanel.HorizontalSplitPanelTargetDetails
java.lang.Object
com.vaadin.event.dd.TargetDetailsImpl
io.jmix.ui.widget.addon.dragdroplayouts.DDHorizontalSplitPanel.HorizontalSplitPanelTargetDetails
- All Implemented Interfaces:
- com.vaadin.event.dd.TargetDetails,- Serializable
- Enclosing class:
- DDHorizontalSplitPanel
public class DDHorizontalSplitPanel.HorizontalSplitPanelTargetDetails
extends com.vaadin.event.dd.TargetDetailsImpl
Contains the location and other information about the drop.
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedHorizontalSplitPanelTargetDetails(Map<String, Object> rawDropData) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.vaadin.shared.ui.dd.HorizontalDropLocationGet the horizontal position of the dropped component within the underlying cell.com.vaadin.shared.MouseEventDetailsSome details about the mouse eventcom.vaadin.ui.ComponentThe component over which the drop was made.Methods inherited from class com.vaadin.event.dd.TargetDetailsImplgetData, getTarget, setData
- 
Constructor Details- 
HorizontalSplitPanelTargetDetails
 
- 
- 
Method Details- 
getOverComponentpublic 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
 
- 
getMouseEventpublic com.vaadin.shared.MouseEventDetails getMouseEvent()Some details about the mouse event- Overrides:
- getMouseEventin class- com.vaadin.event.dd.TargetDetailsImpl
- Returns:
- details about the actual event that caused the event details. Practically mouse move or mouse up.
 
- 
getDropLocationpublic com.vaadin.shared.ui.dd.HorizontalDropLocation getDropLocation()Get the horizontal position of the dropped component within the underlying cell.- Returns:
- The drop location
 
 
-