Class DDPanel.PanelTargetDetails
java.lang.Object
com.vaadin.event.dd.TargetDetailsImpl
io.jmix.ui.widget.addon.dragdroplayouts.DDPanel.PanelTargetDetails
- All Implemented Interfaces:
 com.vaadin.event.dd.TargetDetails,Serializable
- Enclosing class:
 - DDPanel
 
public class DDPanel.PanelTargetDetails
extends com.vaadin.event.dd.TargetDetailsImpl
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.shared.MouseEventDetailsSome details about the mouse eventMethods inherited from class com.vaadin.event.dd.TargetDetailsImpl
getData, getTarget, setData 
- 
Constructor Details
- 
PanelTargetDetails
 
 - 
 - 
Method Details
- 
getMouseEvent
public com.vaadin.shared.MouseEventDetails getMouseEvent()Some details about the mouse event- Overrides:
 getMouseEventin classcom.vaadin.event.dd.TargetDetailsImpl- Returns:
 - details about the actual event that caused the event details. Practically mouse move or mouse up.
 
 
 -