Class GeoObjectWrapper<E>

java.lang.Object
io.jmix.mapsflowui.component.data.binding.GeoObjectWrapper<E>

public class GeoObjectWrapper<E> extends Object
  • Field Details

    • entity

      protected E entity
    • feature

      protected Feature feature
    • style

      protected Style style
    • markerStyle

      protected 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

      public GeoObjectWrapper(E entity, Feature feature)
  • Method Details