Uses of Interface
software.xdev.vaadin.maps.leaflet.base.LComponent
Packages that use LComponent
Package
Description
-
Uses of LComponent in software.xdev.vaadin.maps.leaflet.base
Classes in software.xdev.vaadin.maps.leaflet.base with type parameters of type LComponentModifier and TypeClassDescriptionclassLAbstractComponent<S extends LComponent<S>>classLBaseComponent<S extends LComponent<S>>interfaceLComponent<S extends LComponent<S>>Subinterfaces of LComponent in software.xdev.vaadin.maps.leaflet.baseClasses in software.xdev.vaadin.maps.leaflet.base that implement LComponentModifier and TypeClassDescriptionclassLAbstractComponent<S extends LComponent<S>>classLBaseComponent<S extends LComponent<S>> -
Uses of LComponent in software.xdev.vaadin.maps.leaflet.base.has
Subinterfaces of LComponent in software.xdev.vaadin.maps.leaflet.base.hasModifier and TypeInterfaceDescriptioninterfaceLHasBringTo<S extends LHasBringTo<S>>interfaceLHasOpacity<S extends LHasOpacity<S>>interfaceLHasRedraw<S extends LHasRedraw<S>>interfaceLHasSetLatLng<S extends LHasSetLatLng<S>>interfaceLHasSetStylePath<S extends LHasSetStylePath<S>>interfaceLHasSetZIndex<S extends LHasSetZIndex<S>> -
Uses of LComponent in software.xdev.vaadin.maps.leaflet.basictypes
Classes in software.xdev.vaadin.maps.leaflet.basictypes that implement LComponentModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of LComponent in software.xdev.vaadin.maps.leaflet.controls
Classes in software.xdev.vaadin.maps.leaflet.controls that implement LComponentModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of LComponent in software.xdev.vaadin.maps.leaflet.layer
Classes in software.xdev.vaadin.maps.leaflet.layer that implement LComponentModifier and TypeClassDescriptionclassLAbstractLayerGroup<S extends LAbstractLayerGroup<S>>classLGridLayer<S extends LGridLayer<S>>classLInteractiveLayer<S extends LInteractiveLayer<S>>classclassMethods in software.xdev.vaadin.maps.leaflet.layer with parameters of type LComponentModifier and TypeMethodDescriptionprotected SLLayer.addTo(LComponent<?> lComponent) protected SLLayer.removeFrom(LComponent<?> lComponent) -
Uses of LComponent in software.xdev.vaadin.maps.leaflet.layer.other
Classes in software.xdev.vaadin.maps.leaflet.layer.other that implement LComponentModifier and TypeClassDescriptionclassLAbstractFeatureGroup<S extends LAbstractFeatureGroup<S>>classclass -
Uses of LComponent in software.xdev.vaadin.maps.leaflet.layer.raster
Classes in software.xdev.vaadin.maps.leaflet.layer.raster that implement LComponentModifier and TypeClassDescriptionclassLAbstractTileLayer<S extends LAbstractTileLayer<S>>Represents a tile layer.classclassRepresents a tile layer.classRepresents a WMS tile layer.class -
Uses of LComponent in software.xdev.vaadin.maps.leaflet.layer.ui
Classes in software.xdev.vaadin.maps.leaflet.layer.ui that implement LComponentMethods in software.xdev.vaadin.maps.leaflet.layer.ui with parameters of type LComponent -
Uses of LComponent in software.xdev.vaadin.maps.leaflet.layer.vector
Classes in software.xdev.vaadin.maps.leaflet.layer.vector that implement LComponentModifier and TypeClassDescriptionclassLAbstractCircle<S extends LAbstractCircle<S>>classclassclassclassclassclassclass -
Uses of LComponent in software.xdev.vaadin.maps.leaflet.map
Classes in software.xdev.vaadin.maps.leaflet.map that implement LComponent -
Uses of LComponent in software.xdev.vaadin.maps.leaflet.registry
Fields in software.xdev.vaadin.maps.leaflet.registry with type parameters of type LComponentModifier and TypeFieldDescriptionprotected Map<LComponent<?>, Integer> LDefaultComponentManagementRegistry.componentIndicesMethods in software.xdev.vaadin.maps.leaflet.registry with type parameters of type LComponentModifier and TypeMethodDescription<C extends LComponent<C>>
CLComponentManagementRegistry.add(C component, String jsConstructorCallExpression, Object... parameters) Creates the component on the client side and tracks it.<C extends LComponent<C>>
CLDefaultComponentManagementRegistry.add(C component, String jsConstructorCallExpression, Object... parameters) default <C extends LComponent<C>>
voidLComponentManagementRegistry.remove(C component) CallsLComponentManagementRegistry.remove(LComponent, boolean)withfreeUpClientWhenNoMatch = true<C extends LComponent<C>>
voidLComponentManagementRegistry.remove(C component, boolean freeUpClientWhenNoMatch) Removes the tracked component from the client.<C extends LComponent<C>>
voidLDefaultComponentManagementRegistry.remove(C component, boolean freeUpClientWhenNoMatch) Methods in software.xdev.vaadin.maps.leaflet.registry with parameters of type LComponentModifier and TypeMethodDescriptionLComponentManagementRegistry.clientComponentJsAccessor(LComponent<?> component) Returns an expression to access the component on the client with JavaScriptLDefaultComponentManagementRegistry.clientComponentJsAccessor(LComponent<?> component)