public class LeafletLayerGroupConnector extends AbstractLeafletLayerConnector<java.lang.Object> implements com.vaadin.client.HasComponentsConnector, com.vaadin.client.ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler
contextMenuRpc, mouseOutRpc, mouseOverRpc, rpc| Constructor and Description |
|---|
LeafletLayerGroupConnector() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addConnectorHierarchyChangeHandler(com.vaadin.client.ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler handler) |
protected LayerGroup |
createLayerGroup() |
protected java.lang.Object |
createOptions() |
java.util.List<com.vaadin.client.ComponentConnector> |
getChildComponents() |
Layer |
getLayer() |
LeafletLayerGroupState |
getState() |
void |
onConnectorHierarchyChange(com.vaadin.client.ConnectorHierarchyChangeEvent connectorHierarchyChangeEvent) |
void |
onStateChanged(com.vaadin.client.communication.StateChangeEvent stateChangeEvent) |
void |
setChildComponents(java.util.List<com.vaadin.client.ComponentConnector> childComponents) |
void |
update() |
void |
updateCaption(com.vaadin.client.ComponentConnector connector) |
addToParent, deferUpdate, getLeafletMapConnector, getMap, getMapPixelPosition, getParent, getWidget, markDirty, removeLayerFromParent, updateComponentSize, updateIfDirty, updateWidgetStyleNamescontextHelpIconClick, 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, updateWidgetSizeaddStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getResourceUrl, getRpcImplementations, getRpcProxy, getStateType, getTag, hasEventListener, init, isEnabled, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, setTag, unregisterRpcclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, getTag, hasEventListener, isEnabled, onUnregister, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, setTag, updateEnabledStatepublic void updateCaption(com.vaadin.client.ComponentConnector connector)
updateCaption in interface com.vaadin.client.HasComponentsConnectorpublic LeafletLayerGroupState getState()
getState in interface com.vaadin.client.ComponentConnectorgetState in interface com.vaadin.client.ServerConnectorgetState in class AbstractLeafletLayerConnector<java.lang.Object>public void onStateChanged(com.vaadin.client.communication.StateChangeEvent stateChangeEvent)
onStateChanged in interface com.vaadin.client.communication.StateChangeEvent.StateChangeHandleronStateChanged in class AbstractLeafletLayerConnector<java.lang.Object>public void onConnectorHierarchyChange(com.vaadin.client.ConnectorHierarchyChangeEvent connectorHierarchyChangeEvent)
onConnectorHierarchyChange in interface com.vaadin.client.ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandlerpublic void update()
update in class AbstractLeafletLayerConnector<java.lang.Object>protected LayerGroup createLayerGroup()
public java.util.List<com.vaadin.client.ComponentConnector> getChildComponents()
getChildComponents in interface com.vaadin.client.HasComponentsConnectorpublic void setChildComponents(java.util.List<com.vaadin.client.ComponentConnector> childComponents)
setChildComponents in interface com.vaadin.client.HasComponentsConnectorpublic com.google.gwt.event.shared.HandlerRegistration addConnectorHierarchyChangeHandler(com.vaadin.client.ConnectorHierarchyChangeEvent.ConnectorHierarchyChangeHandler handler)
addConnectorHierarchyChangeHandler in interface com.vaadin.client.HasComponentsConnectorprotected java.lang.Object createOptions()
createOptions in class AbstractLeafletLayerConnector<java.lang.Object>public Layer getLayer()
getLayer in class AbstractLeafletLayerConnector<java.lang.Object>