Class LeafletCircleMarkerConnector
java.lang.Object
com.vaadin.client.ui.AbstractConnector
com.vaadin.client.ui.AbstractComponentConnector
io.jmix.mapsui.widget.leaflet.client.AbstractLeafletLayerConnector<O>
io.jmix.mapsui.widget.leaflet.client.AbstractLeafletVectorConnector<LeafletCircleState,CircleMarkerOptions>
 
io.jmix.mapsui.widget.leaflet.client.LeafletCircleMarkerConnector
- All Implemented Interfaces:
- com.google.gwt.event.shared.EventHandler,- com.vaadin.client.communication.StateChangeEvent.StateChangeHandler,- com.vaadin.client.ComponentConnector,- com.vaadin.client.HasWidget,- com.vaadin.client.ServerConnector,- com.vaadin.client.ui.HasContextHelpConnector,- com.vaadin.client.ui.HasErrorIndicator,- com.vaadin.shared.Connector,- Serializable
public class LeafletCircleMarkerConnector
extends AbstractLeafletVectorConnector<LeafletCircleState,CircleMarkerOptions> 
- See Also:
- 
Field SummaryFields inherited from class io.jmix.mapsui.widget.leaflet.client.AbstractLeafletLayerConnectorcontextMenuRpc, mouseOutRpc, mouseOverRpc, rpcFields inherited from class com.vaadin.client.ui.AbstractComponentConnectorSIGNIFICANT_MOVE_THRESHOLD
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected CircleMarkerOptionsgetLayer()protected voidupdate()Methods inherited from class io.jmix.mapsui.widget.leaflet.client.AbstractLeafletVectorConnectorgetState, getVector, setParentMethods inherited from class io.jmix.mapsui.widget.leaflet.client.AbstractLeafletLayerConnectoraddToParent, deferUpdate, getLeafletMapConnector, getMap, getMapPixelPosition, getParent, getWidget, markDirty, onStateChanged, removeLayerFromParent, updateComponentSize, updateIfDirty, updateWidgetStyleNamesMethods inherited from class com.vaadin.client.ui.AbstractComponentConnectorcontextHelpIconClick, contextHelpIconClick, createWidget, delegateCaptionHandling, flush, getIcon, getIconUri, getLayoutManager, getTooltipInfo, hasContextHelpIconListeners, hasTooltip, isContextHelpIconEnabled, isContextHelpTooltipEnabled, isErrorIndicatorVisible, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, onDragSourceAttached, onDragSourceDetached, onDropTargetAttached, onDropTargetDetached, onUnregister, registerTouchHandlers, sendContextClickEvent, setWidgetEnabled, setWidgetStyleName, setWidgetStyleNameWithPrefix, shouldHandleLongTap, unregisterTouchHandlers, updateComponentSize, updateEnabledState, updateWidgetSizeMethods inherited from class com.vaadin.client.ui.AbstractConnectoraddStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getResourceUrl, getRpcImplementations, getRpcProxy, getStateType, getTag, hasEventListener, init, isEnabled, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setTag, unregisterRpcMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.shared.ConnectorgetConnectorIdMethods inherited from interface com.vaadin.client.ServerConnectoraddStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getRpcImplementations, getTag, hasEventListener, isEnabled, removeStateChangeHandler, removeStateChangeHandler, setChildren, setTag
- 
Constructor Details- 
LeafletCircleMarkerConnectorpublic LeafletCircleMarkerConnector()
 
- 
- 
Method Details- 
createOptions- Overrides:
- createOptionsin class- AbstractLeafletVectorConnector<LeafletCircleState,- CircleMarkerOptions> 
 
- 
updateprotected void update()- Specified by:
- updatein class- AbstractLeafletLayerConnector<CircleMarkerOptions>
 
- 
getLayer- Specified by:
- getLayerin class- AbstractLeafletLayerConnector<CircleMarkerOptions>
 
 
-