Uses of Interface
software.xdev.vaadin.maps.leaflet.registry.LComponentManagementRegistry
Packages that use LComponentManagementRegistry
Package
Description
-
Uses of LComponentManagementRegistry in software.xdev.vaadin.maps.leaflet
Constructors in software.xdev.vaadin.maps.leaflet with parameters of type LComponentManagementRegistryModifierConstructorDescriptionMapContainer(LComponentManagementRegistry reg, Consumer<LMap> afterInitialResize) MapContainer(LComponentManagementRegistry reg, LMapOptions options) MapContainer(LComponentManagementRegistry reg, LMapOptions options, Consumer<LMap> afterInitialResize) -
Uses of LComponentManagementRegistry in software.xdev.vaadin.maps.leaflet.base
Methods in software.xdev.vaadin.maps.leaflet.base that return LComponentManagementRegistryModifier and TypeMethodDescriptionLAbstractComponent.componentRegistry()LComponent.componentRegistry()Constructors in software.xdev.vaadin.maps.leaflet.base with parameters of type LComponentManagementRegistryModifierConstructorDescriptionprotectedprotectedLBaseComponent(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) -
Uses of LComponentManagementRegistry in software.xdev.vaadin.maps.leaflet.basictypes
Constructors in software.xdev.vaadin.maps.leaflet.basictypes with parameters of type LComponentManagementRegistryModifierConstructorDescriptionLDivIcon(LComponentManagementRegistry compReg, LDivIconOptions options) protectedLIcon(LComponentManagementRegistry compReg, String jsCreate, LAbstractIconOptions<?> options) LIcon(LComponentManagementRegistry compReg, LIconOptions options) LLatLng(LComponentManagementRegistry componentRegistry, double lat, double lng) LLatLng(LComponentManagementRegistry componentRegistry, double lat, double lng, double altitude) LLatLngBounds(LComponentManagementRegistry compReg, LLatLng corner1, LLatLng corner2) LPoint(LComponentManagementRegistry compReg, int[] arr) LPoint(LComponentManagementRegistry compReg, int x, int y) -
Uses of LComponentManagementRegistry in software.xdev.vaadin.maps.leaflet.controls
Constructors in software.xdev.vaadin.maps.leaflet.controls with parameters of type LComponentManagementRegistryModifierConstructorDescriptionprotectedLControl(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) LControlAttribution(LComponentManagementRegistry compReg, LControlAttributionOptions options) LControlLayers(LComponentManagementRegistry compReg, Map<String, LLayer<?>> baselayers) LControlLayers(LComponentManagementRegistry compReg, Map<String, LLayer<?>> baselayers, Map<String, LLayer<?>> overlays) LControlLayers(LComponentManagementRegistry compReg, Map<String, LLayer<?>> baselayers, Map<String, LLayer<?>> overlays, LControlLayersOptions options) LControlLayers(LComponentManagementRegistry compReg, Map<String, LLayer<?>> baselayers, LControlLayersOptions options) LControlScale(LComponentManagementRegistry compReg, LControlScaleOptions options) LControlZoom(LComponentManagementRegistry compReg, LControlZoomOptions options) -
Uses of LComponentManagementRegistry in software.xdev.vaadin.maps.leaflet.layer
Constructors in software.xdev.vaadin.maps.leaflet.layer with parameters of type LComponentManagementRegistryModifierConstructorDescriptionprotectedLAbstractLayerGroup(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) protectedLGridLayer(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) protectedLInteractiveLayer(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) protectedLLayer(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) LLayerGroup(LComponentManagementRegistry compReg, LLayer<?>... layers) LLayerGroup(LComponentManagementRegistry compReg, LLayer<?>[] layers, LLayerOptions<?>[] options) -
Uses of LComponentManagementRegistry in software.xdev.vaadin.maps.leaflet.layer.other
Constructors in software.xdev.vaadin.maps.leaflet.layer.other with parameters of type LComponentManagementRegistryModifierConstructorDescriptionprotectedLAbstractFeatureGroup(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) LFeatureGroup(LComponentManagementRegistry compReg, LLayer<?>... layers) LFeatureGroup(LComponentManagementRegistry compReg, LLayer<?>[] layers, LLayerOptions<?>[] options) LGeoJSONLayer(LComponentManagementRegistry compReg, String serializedGeoJSON) protectedLGeoJSONLayer(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) LGeoJSONLayer(LComponentManagementRegistry compReg, String serializedGeoJSON, LGeoJSONLayerOptions options) -
Uses of LComponentManagementRegistry in software.xdev.vaadin.maps.leaflet.layer.raster
Methods in software.xdev.vaadin.maps.leaflet.layer.raster with parameters of type LComponentManagementRegistryModifier and TypeMethodDescriptionstatic LTileLayerLTileLayer.createDefaultForOpenStreetMapTileServer(LComponentManagementRegistry compReg) Use OpenStreetMap's tile server
Important: By using this you accept the Usage PolicyConstructors in software.xdev.vaadin.maps.leaflet.layer.raster with parameters of type LComponentManagementRegistryModifierConstructorDescriptionprotectedLAbstractTileLayer(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) protectedLImageOverlay(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) LImageOverlay(LComponentManagementRegistry compReg, String imageUrl, LLatLngBounds bounds) LImageOverlay(LComponentManagementRegistry compReg, String imageUrl, LLatLngBounds bounds, LImageOverlayOptions options) LTileLayer(LComponentManagementRegistry compReg, String urlTemplate) LTileLayer(LComponentManagementRegistry compReg, String urlTemplate, int maxZoom, String attribution) LTileLayer(LComponentManagementRegistry compReg, String urlTemplate, LTileLayerOptions options) LTileLayerWMS(LComponentManagementRegistry compReg, String baseUrl, String layers) LTileLayerWMS(LComponentManagementRegistry compReg, String baseUrl, String layers, int maxZoom, String attribution) LTileLayerWMS(LComponentManagementRegistry compReg, String baseUrl, LTileLayerWMSOptions options) LVideoOverlay(LComponentManagementRegistry compReg, String video, LLatLngBounds bounds) LVideoOverlay(LComponentManagementRegistry compReg, String video, LLatLngBounds bounds, LVideoOverlayOptions options) -
Uses of LComponentManagementRegistry in software.xdev.vaadin.maps.leaflet.layer.ui
Constructors in software.xdev.vaadin.maps.leaflet.layer.ui with parameters of type LComponentManagementRegistryModifierConstructorDescriptionprotectedLDivOverlay(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) LMarker(LComponentManagementRegistry componentRegistry, LLatLng latLng) LMarker(LComponentManagementRegistry compReg, LLatLng latLng, LMarkerOptions options) LPopup(LComponentManagementRegistry compReg) LPopup(LComponentManagementRegistry compReg, LLatLng latLng) LPopup(LComponentManagementRegistry compReg, LLatLng latLng, LPopupOptions options) LPopup(LComponentManagementRegistry compReg, LPopupOptions options) LPopup(LComponentManagementRegistry compReg, LPopupOptions options, LLayer<?> source) LTooltip(LComponentManagementRegistry compReg) LTooltip(LComponentManagementRegistry compReg, LLatLng latLng) LTooltip(LComponentManagementRegistry compReg, LLatLng latLng, LTooltipOptions options) LTooltip(LComponentManagementRegistry compReg, LTooltipOptions options) LTooltip(LComponentManagementRegistry compReg, LTooltipOptions options, LLayer<?> source) -
Uses of LComponentManagementRegistry in software.xdev.vaadin.maps.leaflet.layer.vector
Constructors in software.xdev.vaadin.maps.leaflet.layer.vector with parameters of type LComponentManagementRegistryModifierConstructorDescriptionprotectedLAbstractCircle(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) LCircle(LComponentManagementRegistry compReg, LLatLng latLng, double radius) LCircle(LComponentManagementRegistry compReg, LLatLng latLng, LCircleOptions options) LCircleMarker(LComponentManagementRegistry compReg, LLatLng latLng) LCircleMarker(LComponentManagementRegistry compReg, LLatLng latLng, LCircleMarkerOptions options) protectedLPath(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) LPolygon(LComponentManagementRegistry compReg, Collection<?> latLngs) LPolygon(LComponentManagementRegistry compReg, Collection<?> latLngs, LPolylineOptions options) LPolygon(LComponentManagementRegistry compReg, LLatLng... latLngs) protectedLPolyline(LComponentManagementRegistry compReg, String jsConstructorCallExpression, Serializable... parameters) protectedLPolyline(LComponentManagementRegistry compReg, String constructorMethod, Collection<?> latLngs, LPolylineOptions options) LPolyline(LComponentManagementRegistry compReg, Collection<?> latLngs) LPolyline(LComponentManagementRegistry compReg, Collection<?> latLngs, LPolylineOptions options) LPolyline(LComponentManagementRegistry compReg, LLatLng... latLngs) LRectangle(LComponentManagementRegistry compReg, LLatLngBounds bounds, LPolylineOptions options) LSVGOverlay(LComponentManagementRegistry compReg, String video, LLatLngBounds bounds) LSVGOverlay(LComponentManagementRegistry compReg, String svg, LLatLngBounds bounds, LVideoOverlayOptions options) -
Uses of LComponentManagementRegistry in software.xdev.vaadin.maps.leaflet.map
Constructors in software.xdev.vaadin.maps.leaflet.map with parameters of type LComponentManagementRegistryModifierConstructorDescriptionLMap(LComponentManagementRegistry compReg, com.vaadin.flow.component.html.Div bindDiv) LMap(LComponentManagementRegistry compReg, com.vaadin.flow.component.html.Div bindDiv, LMapOptions options) LMap(LComponentManagementRegistry compReg, String id) LMap(LComponentManagementRegistry compReg, String id, LMapOptions options) -
Uses of LComponentManagementRegistry in software.xdev.vaadin.maps.leaflet.registry
Classes in software.xdev.vaadin.maps.leaflet.registry that implement LComponentManagementRegistry