Class DragEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Zoomist>
com.flowingcode.vaadin.addons.zoomist.DragEvent
- All Implemented Interfaces:
Serializable
@DomEvent(value="zoomist-drag",
debounce=)
public class DragEvent
extends com.vaadin.flow.component.ComponentEvent<Zoomist>
Event that is fired when the image is dragging.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
DragEvent
public DragEvent(Zoomist source, boolean fromClient, @EventData("event.detail.offsetX") double offsetX, @EventData("event.detail.offsetY") double offsetY)
-