Class DataVectorSourceBinding<E>
java.lang.Object
io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBinding<E>
io.jmix.mapsflowui.component.data.binding.DataVectorSourceBinding<E>
- All Implemented Interfaces:
JmixBinding
@Component("map_DataVectorSourceBinding")
@Scope("prototype")
public class DataVectorSourceBinding<E>
extends AbstractDataVectorSourceBinding<E>
-
Field Summary
Fields inherited from class io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBinding
geometryChangeRegistration, geoObjectsMap, geoObjectWrapperClickListener, items, itemSetChangeRegistration, metaPropertyPath, source
-
Constructor Summary
ConstructorDescriptionDataVectorSourceBinding
(DataVectorSource<E> source, DataVectorSourceItems<E> items) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
applyFeatureProperties
(GeoObjectWrapper<E> wrapper, E entity) protected void
applyFeatureStyleProvider
(GeoObjectWrapper<E> geoObjectWrapper, E entity) Methods inherited from class io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBinding
addGeoObject, applyClickListeners, bind, geoObjectKey, mergeGeoObject, onGeometryChange, onGeoObjectClick, onItemSetChange, refreshGeoObjects, removeGeoObject, removeGeoObjectByKey, removeWrapper, unbind
-
Constructor Details
-
DataVectorSourceBinding
-
-
Method Details
-
applyFeatureProperties
- Specified by:
applyFeatureProperties
in classAbstractDataVectorSourceBinding<E>
-
applyFeatureStyleProvider
- Specified by:
applyFeatureStyleProvider
in classAbstractDataVectorSourceBinding<E>
-