Class GeoObjectWrapper<E>
java.lang.Object
io.jmix.mapsflowui.component.data.binding.GeoObjectWrapper<E>
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
protected void
protected void
static <E> GeoObjectWrapper<E>
create
(E entity, MetaPropertyPath geometryProperty) void
void
void
-
Field Details
-
entity
-
feature
-
style
-
markerStyle
-
clickListenerRegistration
protected com.vaadin.flow.shared.Registration clickListenerRegistration -
singleClickListenerRegistration
protected com.vaadin.flow.shared.Registration singleClickListenerRegistration -
doubleClickListenerRegistration
protected com.vaadin.flow.shared.Registration doubleClickListenerRegistration
-
-
Constructor Details
-
GeoObjectWrapper
-
-
Method Details
-
getEntity
-
setEntity
-
getFeature
-
create
-
removeListeners
public void removeListeners() -
applyClickListeners
-
applyClickListener
protected void applyClickListener(Consumer<GeoObjectWrapper.GeoObjectWrapperClickEvent<E>> listener) -
applySingleClickListener
protected void applySingleClickListener(Consumer<GeoObjectWrapper.GeoObjectWrapperClickEvent<E>> listener) -
applyDoubleClickListener
protected void applyDoubleClickListener(Consumer<GeoObjectWrapper.GeoObjectWrapperClickEvent<E>> listener) -
setStyle
-