Class HasGeoObjectDrag.SourceGeoObjectDragStartEvent<E>
java.lang.Object
java.util.EventObject
io.jmix.mapsflowui.component.model.source.HasGeoObjectDrag.AbstractSourceGeoObjectDragEvent<E>
io.jmix.mapsflowui.component.model.source.HasGeoObjectDrag.SourceGeoObjectDragStartEvent<E>
- Type Parameters:
E
- item type
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- HasGeoObjectDrag<E>
public static class HasGeoObjectDrag.SourceGeoObjectDragStartEvent<E>
extends HasGeoObjectDrag.AbstractSourceGeoObjectDragEvent<E>
The event is fired when the user starts dragging a geo-object.
- See Also:
-
Field Summary
Fields inherited from class io.jmix.mapsflowui.component.model.source.HasGeoObjectDrag.AbstractSourceGeoObjectDragEvent
fromClient, items, mouseCoordinate
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionSourceGeoObjectDragStartEvent
(Source source, Collection<E> items, org.locationtech.jts.geom.Coordinate mouseStartCoordinate, boolean fromClient) -
Method Summary
Methods inherited from class io.jmix.mapsflowui.component.model.source.HasGeoObjectDrag.AbstractSourceGeoObjectDragEvent
getItems, getMouseCoordinate, getSource, isFromClient
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
SourceGeoObjectDragStartEvent
public SourceGeoObjectDragStartEvent(Source source, Collection<E> items, org.locationtech.jts.geom.Coordinate mouseStartCoordinate, boolean fromClient)
-