Class GeoObjectWrapper<E>
java.lang.Object
io.jmix.mapsflowui.component.data.binding.GeoObjectWrapper<E>
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidvoidprotected voidprotected voidstatic <E> GeoObjectWrapper<E>create(E entity, MetaPropertyPath geometryProperty) voidvoidvoid
- 
Field Details- 
entity
- 
feature
- 
style
- 
markerStyle
- 
clickListenerRegistrationprotected com.vaadin.flow.shared.Registration clickListenerRegistration
- 
singleClickListenerRegistrationprotected com.vaadin.flow.shared.Registration singleClickListenerRegistration
- 
doubleClickListenerRegistrationprotected com.vaadin.flow.shared.Registration doubleClickListenerRegistration
 
- 
- 
Constructor Details- 
GeoObjectWrapper
 
- 
- 
Method Details- 
getEntity
- 
setEntity
- 
getFeature
- 
create
- 
removeListenerspublic void removeListeners()
- 
applyClickListeners
- 
applyClickListenerprotected void applyClickListener(Consumer<GeoObjectWrapper.GeoObjectWrapperClickEvent<E>> listener) 
- 
applySingleClickListenerprotected void applySingleClickListener(Consumer<GeoObjectWrapper.GeoObjectWrapperClickEvent<E>> listener) 
- 
applyDoubleClickListenerprotected void applyDoubleClickListener(Consumer<GeoObjectWrapper.GeoObjectWrapperClickEvent<E>> listener) 
- 
setStyle
 
-