public class NodeMapComponent extends com.vaadin.ui.AbstractComponent implements GeoAssetProvider
com.vaadin.ui.Component.ErrorEvent, com.vaadin.ui.Component.Event, com.vaadin.ui.Component.Focusable, com.vaadin.ui.Component.Listener
com.vaadin.server.ClientConnector.AttachEvent, com.vaadin.server.ClientConnector.AttachListener, com.vaadin.server.ClientConnector.ConnectorErrorEvent, com.vaadin.server.ClientConnector.DetachEvent, com.vaadin.server.ClientConnector.DetachListener
Constructor and Description |
---|
NodeMapComponent() |
Modifier and Type | Method and Description |
---|---|
Collection<VertexRef> |
getNodesWithCoordinates() |
protected NodeIdSelectionRpc |
getRpc() |
protected NodeMapState |
getState() |
void |
refresh() |
void |
setConfiguration(NodeMapConfiguration configuration) |
void |
setGeolocationService(GeolocationService geolocationService) |
void |
setGroupByState(boolean groupByState) |
void |
setMaxClusterRadius(Integer radius) |
void |
setNodeDao(NodeDao nodeDao) |
void |
setSearchString(String searchString) |
void |
setSelectedNodes(List<Integer> nodeIds) |
void |
showNodes(Map<Integer,MapNode> nodeEntries) |
addContextClickListener, addListener, addShortcutListener, addStyleName, attach, beforeClientResponse, detach, findAncestor, fireComponentErrorEvent, fireComponentEvent, focus, getActionManager, getCaption, getComponentError, getCustomAttributes, getData, getDebugId, getDescription, getErrorMessage, getHeight, getHeightUnits, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getState, getStyleName, getWidth, getWidthUnits, isCaptionAsHtml, isConnectorEnabled, isEnabled, isOrHasAncestor, isReadOnly, isRequiredIndicatorVisible, isResponsive, isVisible, readDesign, removeContextClickListener, removeListener, removeShortcutListener, removeStyleName, setCaption, setCaptionAsHtml, setComponentError, setData, setDebugId, setDescription, setDescription, setEnabled, setHeight, setHeight, setHeightFull, setHeightUndefined, setIcon, setId, setLocale, setParent, setPrimaryStyleName, setReadOnly, setRequiredIndicatorVisible, setResponsive, setSizeFull, setSizeUndefined, setStyleName, setVisible, setWidth, setWidth, setWidthFull, setWidthUndefined, writeDesign
addAttachListener, addDetachListener, addExtension, addListener, addListener, addListener, addListener, addListener, addListener, addMethodInvocationToQueue, createState, encodeState, equals, fireEvent, getAllChildrenIterable, getConnectorId, getErrorHandler, getExtensions, getListeners, getResource, getRpcManager, getRpcProxy, getSession, getStateType, getUI, handleConnectorRequest, hashCode, hasListeners, isAttached, isThis, markAsDirty, markAsDirtyRecursive, registerRpc, registerRpc, removeAttachListener, removeDetachListener, removeExtension, removeListener, removeListener, removeListener, removeListener, removeListener, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler, setResource, updateDiffstate
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addStyleNames, getUI, removeStyleNames, setStyleName
addAttachListener, addDetachListener, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler
public void setGeolocationService(GeolocationService geolocationService)
public void setNodeDao(NodeDao nodeDao)
public Collection<VertexRef> getNodesWithCoordinates()
getNodesWithCoordinates
in interface GeoAssetProvider
public void refresh()
public void setMaxClusterRadius(Integer radius)
public void setConfiguration(NodeMapConfiguration configuration)
public void setSearchString(String searchString)
public void setGroupByState(boolean groupByState)
protected NodeMapState getState()
getState
in class com.vaadin.ui.AbstractComponent
protected NodeIdSelectionRpc getRpc()
Copyright © 2021. All rights reserved.