Class ClusterDataVectorSourceBinding<E>
java.lang.Object
io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBinding<E>
io.jmix.mapsflowui.component.data.binding.ClusterDataVectorSourceBinding<E>
- All Implemented Interfaces:
- JmixBinding
@Component("map_ClusterDataVectorSourceBinding")
@Scope("prototype")
public class ClusterDataVectorSourceBinding<E>
extends AbstractDataVectorSourceBinding<E>
- 
Field SummaryFieldsFields inherited from class io.jmix.mapsflowui.component.data.binding.AbstractDataVectorSourceBindinggeometryChangeRegistration, geoObjectsMap, geoObjectWrapperClickListener, items, itemSetChangeRegistration, metaPropertyPath, source
- 
Constructor SummaryConstructorsConstructorDescriptionClusterDataVectorSourceBinding(DataVectorSource<E> source, DataVectorSourceItems<E> items, ClusterSource clusterSource) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidapplyFeatureProperties(GeoObjectWrapper<E> geoObjectWrapper, 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
- 
Field Details- 
cluster
 
- 
- 
Constructor Details- 
ClusterDataVectorSourceBindingpublic ClusterDataVectorSourceBinding(DataVectorSource<E> source, DataVectorSourceItems<E> items, ClusterSource clusterSource) 
 
- 
- 
Method Details- 
applyFeatureProperties- Specified by:
- applyFeaturePropertiesin class- AbstractDataVectorSourceBinding<E>
 
- 
applyFeatureStyleProvider- Specified by:
- applyFeatureStyleProviderin class- AbstractDataVectorSourceBinding<E>
 
 
-