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 SummaryFields inherited from class io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBindinggeometryChangeRegistration, geoObjectsMap, geoObjectWrapperClickListener, items, itemSetChangeRegistration, metaPropertyPath, source
- 
Constructor SummaryConstructorsConstructorDescriptionDataVectorSourceBinding(DataVectorSource<E> source, DataVectorSourceItems<E> items) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidapplyFeatureProperties(GeoObjectWrapper<E> wrapper, E entity) protected voidapplyFeatureStyleProvider(GeoObjectWrapper<E> geoObjectWrapper, E entity) Methods inherited from class io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBindingaddGeoObject, applyClickListeners, bind, geoObjectKey, mergeGeoObject, onGeometryChange, onGeoObjectClick, onItemSetChange, refreshGeoObjects, removeGeoObject, removeGeoObjectByKey, removeWrapper, unbind
- 
Constructor Details- 
DataVectorSourceBinding
 
- 
- 
Method Details- 
applyFeatureProperties- Specified by:
- applyFeaturePropertiesin class- AbstractDataVectorSourceBinding<E>
 
- 
applyFeatureStyleProvider- Specified by:
- applyFeatureStyleProviderin class- AbstractDataVectorSourceBinding<E>
 
 
-