Class LMarkerClusterClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.event.ConnectorEvent
io.jmix.mapsui.widget.leaflet.markercluster.LMarkerClusterClickEvent
- All Implemented Interfaces:
Serializable
public class LMarkerClusterClickEvent
extends com.vaadin.event.ConnectorEvent
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionLMarkerClusterClickEvent
(com.vaadin.server.ClientConnector source, String json) Creates a new event fired by the given source. -
Method Summary
Methods inherited from class com.vaadin.event.ConnectorEvent
getConnector
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
LMarkerClusterClickEvent
Creates a new event fired by the given source.- Parameters:
source
- the source connectorjson
- the geoJson encoded cluster
-
-
Method Details
-
getJson
-