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>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBinding
AbstractDataVectorSourceBinding.GeoObjectRemovedEvent<E> -
Field Summary
FieldsFields inherited from class io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBinding
geometryChangeRegistration, geoObjectsMap, geoObjectWrapperClickListener, items, itemSetChangeRegistration, metaPropertyPath, source -
Constructor Summary
ConstructorsConstructorDescriptionDataVectorSourceBinding(DataVectorSource<E> source, DataVectorSourceItems<E> items) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyFeatureModifyStyleProvider(GeoObjectWrapper<E> geoObjectWrapper, E entity) protected voidapplyFeatureProperties(GeoObjectWrapper<E> wrapper, E entity) protected voidapplyFeatureSelectStyleProvider(GeoObjectWrapper<E> geoObjectWrapper, E entity) protected voidapplyFeatureStyleProvider(GeoObjectWrapper<E> geoObjectWrapper, E entity) protected GeoObjectWrapperFactory<E>protected GeoObjectWrapper<E>createGeoObjectWrapper(E entity, MetaPropertyPath metaPropertyPath) Methods inherited from class io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBinding
addGeoObject, addGeoObjectRemovedListener, applyClickListeners, applyStyles, bind, fireGeoObjectRemovedEvent, geoObjectKey, getEventBus, getGeoObjects, mergeGeoObject, onGeometryChange, onGeoObjectClick, onItemSetChange, onValueChange, refreshGeoObjects, removeGeoObject, removeGeoObjectByKey, removeWrapper, unbind
-
Field Details
-
geoObjectFactory
-
-
Constructor Details
-
DataVectorSourceBinding
-
-
Method Details
-
createGeoObjectWrapper
@Nullable protected GeoObjectWrapper<E> createGeoObjectWrapper(E entity, MetaPropertyPath metaPropertyPath) - Specified by:
createGeoObjectWrapperin classAbstractDataVectorSourceBinding<E>
-
applyFeatureProperties
- Specified by:
applyFeaturePropertiesin classAbstractDataVectorSourceBinding<E>
-
applyFeatureStyleProvider
- Specified by:
applyFeatureStyleProviderin classAbstractDataVectorSourceBinding<E>
-
applyFeatureSelectStyleProvider
- Specified by:
applyFeatureSelectStyleProviderin classAbstractDataVectorSourceBinding<E>
-
applyFeatureModifyStyleProvider
- Specified by:
applyFeatureModifyStyleProviderin classAbstractDataVectorSourceBinding<E>
-
createGeoObjectFactory
-