Uses of Interface
org.vaadin.addons.componentfactory.leaflet.layer.Identifiable
Packages that use Identifiable
Package
Description
-
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet
Classes in org.vaadin.addons.componentfactory.leaflet that implement IdentifiableModifier and TypeClassDescriptionfinal classServer-side component wrapping the Leaflet interactive map.classBase class for serializable client-side Leaflet objects.Methods in org.vaadin.addons.componentfactory.leaflet with parameters of type IdentifiableModifier and TypeMethodDescription<T extends Serializable>
CompletableFuture<T> LeafletMap.call(Identifiable target, String functionName, Class<T> resultType, Serializable... arguments) Calls the named Leaflet function on the client for the given target and asynchronously returns its result deserialized to the requested type.<T extends Serializable>
CompletableFuture<T> LeafletObject.call(Identifiable target, String functionName, Class<T> resultType, Serializable... arguments) Delegates a client-side function call, returning a result, to the parent, if any.voidLeafletMap.executeJs(Identifiable target, String functionName, Serializable... arguments) Executes the named Leaflet function on the client for the given target, without expecting a return value.voidLeafletObject.executeJs(Identifiable target, String functionName, Serializable... arguments) Delegates the execution of the named client-side function to the parent, if any. -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.controls
Classes in org.vaadin.addons.componentfactory.leaflet.controls that implement IdentifiableModifier and TypeClassDescriptionclassThe attribution control allows you to display attribution data in a small text box on a map.classThe layers control gives users the ability to switch between different base layers and switch overlays on/off (check out the detailed example).classBase class for all Leaflet map controls.classA simple scale control that shows the scale of the current center of screen in metric (m/km) and imperial (mi/ft) systems.classA basic zoom control with two buttons (zoom in and zoom out). -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.layer
Subinterfaces of Identifiable in org.vaadin.addons.componentfactory.leaflet.layerModifier and TypeInterfaceDescriptioninterfaceA set of popup methodsinterfaceA set of tooltip methods available on each layerClasses in org.vaadin.addons.componentfactory.leaflet.layer that implement IdentifiableModifier and TypeClassDescriptionclassSome Layers can be made interactive - when the user interacts with such a layer, mouse events like click and mouseover can be handled.classA set of methods from the Layer base class that all Leaflet layers use. -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.layer.groups
Subinterfaces of Identifiable in org.vaadin.addons.componentfactory.leaflet.layer.groupsModifier and TypeInterfaceDescriptioninterfaceFeatureGroup methodsinterfaceLayerGroup methodsClasses in org.vaadin.addons.componentfactory.leaflet.layer.groups that implement IdentifiableModifier and TypeClassDescriptionclassExtended LayerGroup that makes it easier to do the same thing to all its member layersclassGeneric class for handling a tiled grid of HTML elements.classUsed to group several layers and handle them as one. -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.layer.map.functions
Subinterfaces of Identifiable in org.vaadin.addons.componentfactory.leaflet.layer.map.functionsModifier and TypeInterfaceDescriptioninterfaceDefines the operations for invoking Leaflet JavaScript functions on the client side, either as fire-and-forget calls or as calls that return a result.interfaceExposes the Leaflet geolocation methods of the map, allowing the user's location to be detected and tracked via the browser Geolocation API.interfaceMap Conversion MethodsinterfaceMethods for Getting Map StateinterfaceMethods for modifying map stateMethods in org.vaadin.addons.componentfactory.leaflet.layer.map.functions with parameters of type IdentifiableModifier and TypeMethodDescription<T extends Serializable>
CompletableFuture<T> ExecutableFunctions.call(Identifiable target, String functionName, Class<T> resultType, Serializable... arguments) Calls the given client-side JavaScript function on the given target and returns its result asynchronously.voidExecutableFunctions.executeJs(Identifiable target, String functionName, Serializable... arguments) Executes the given client-side JavaScript function on the given target without expecting a return value. -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.layer.map.options
Subinterfaces of Identifiable in org.vaadin.addons.componentfactory.leaflet.layer.map.optionsClasses in org.vaadin.addons.componentfactory.leaflet.layer.map.options that implement Identifiable -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.layer.raster
Classes in org.vaadin.addons.componentfactory.leaflet.layer.raster that implement IdentifiableModifier and TypeClassDescriptionclassUsed to load and display a single image over specific bounds of the map.classUsed to load and display tile layers on the map. -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.layer.ui
Classes in org.vaadin.addons.componentfactory.leaflet.layer.ui that implement Identifiable -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.layer.ui.marker
Subinterfaces of Identifiable in org.vaadin.addons.componentfactory.leaflet.layer.ui.markerModifier and TypeInterfaceDescriptioninterfaceIn addition to shared layer methods like addTo() and remove() and popup methods like bindPopup() you can also use the following methods:Classes in org.vaadin.addons.componentfactory.leaflet.layer.ui.marker that implement IdentifiableModifier and TypeClassDescriptionclassL.Marker is used to display clickable/draggable icons on the map. -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.layer.ui.popup
Classes in org.vaadin.addons.componentfactory.leaflet.layer.ui.popup that implement Identifiable -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip
Classes in org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip that implement Identifiable -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.layer.vectors
Subinterfaces of Identifiable in org.vaadin.addons.componentfactory.leaflet.layer.vectorsClasses in org.vaadin.addons.componentfactory.leaflet.layer.vectors that implement IdentifiableModifier and TypeClassDescriptionclassA class for drawing circle overlays on a map.classA circle of a fixed size with radius specified in pixels.class* A class for drawing multi polygon overlays on a map.classA class for drawing multi polyline overlays on a map.classAn abstract class that contains options and constants shared between vector overlays (Polygon, Polyline, Circle).classA class for drawing polygon overlays on a map.classA class for drawing polyline overlays on a map.classA class for drawing rectangle overlays on a map. -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.operations
Constructors in org.vaadin.addons.componentfactory.leaflet.operations with parameters of type IdentifiableModifierConstructorDescriptionLeafletOperation(Identifiable target, String functionName, Serializable... arguments) Creates a new operation describing a client-side function call on the given target. -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.plugins.esri
Classes in org.vaadin.addons.componentfactory.leaflet.plugins.esri that implement IdentifiableModifier and TypeClassDescriptionclassEsri layer that renders map images generated on-the-fly by an ArcGIS Server dynamic map service.classAbstract base class for layers provided by the esri-leaflet plugin.classEsri Tiled map layer plugin.classEsri layer that renders an ArcGIS vector basemap using the esri-leaflet-vectorvectorBasemapLayer. -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen
Classes in org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen that implement Identifiable -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.plugins.heatmap
Classes in org.vaadin.addons.componentfactory.leaflet.plugins.heatmap that implement Identifiable -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.plugins.kmz
Classes in org.vaadin.addons.componentfactory.leaflet.plugins.kmz that implement Identifiable -
Uses of Identifiable in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster
Classes in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster that implement Identifiable