public class MapWidgetComponent extends NodeMapComponent implements GeoAssetProvider
NodeMapComponent.NodeEntry
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 |
---|
MapWidgetComponent() |
Modifier and Type | Method and Description |
---|---|
AlarmDao |
getAlarmDao() |
AssetRecordDao |
getAssetRecordDao() |
GeocoderService |
getGeocoderService() |
NodeDao |
getNodeDao() |
Collection<VertexRef> |
getNodesWithCoordinates() |
void |
refresh() |
void |
refreshNodeData() |
void |
setAlarmDao(AlarmDao alarmDao) |
void |
setAssetRecordDao(AssetRecordDao assetDao) |
void |
setGeocoderService(GeocoderService geocoderService) |
void |
setMaxClusterRadius(Integer radius) |
void |
setNodeDao(NodeDao nodeDao) |
void |
setSearchString(String searchString) |
void |
setTransactionOperations(org.springframework.transaction.support.TransactionOperations tx) |
getRpc, getState, setGroupByState, setSelectedNodes, showNodes
addListener, addShortcutListener, addStyleName, attach, beforeClientResponse, detach, findAncestor, fireComponentErrorEvent, fireComponentEvent, focus, getActionManager, getCaption, getComponentError, getData, getDebugId, getDescription, getErrorMessage, getHeight, getHeightUnits, getIcon, getId, getLocale, getParent, getPrimaryStyleName, getState, getStyleName, getWidth, getWidthUnits, isConnectorEnabled, isEnabled, isImmediate, isOrHasAncestor, isReadOnly, isVisible, removeListener, removeShortcutListener, removeStyleName, setCaption, setComponentError, setData, setDebugId, setDescription, setEnabled, setHeight, setHeight, setIcon, setId, setImmediate, setLocale, setParent, setPrimaryStyleName, setReadOnly, setSizeFull, setSizeUndefined, setStyleName, setVisible, setWidth, setWidth
addAttachListener, addDetachListener, addExtension, addListener, addListener, addListener, addMethodInvocationToQueue, createState, encodeState, fireEvent, getAllChildrenIterable, getConnectorId, getErrorHandler, getExtensions, getListeners, getResource, getRpcManager, getRpcProxy, getSession, getStateType, getUI, handleConnectorRequest, hasListeners, isAttached, markAsDirty, markAsDirtyRecursive, registerRpc, registerRpc, removeAttachListener, removeDetachListener, removeExtension, removeListener, removeListener, removeListener, removeListener, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler, setResource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAttachListener, addDetachListener, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, handleConnectorRequest, isAttached, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler
public NodeDao getNodeDao()
public void setNodeDao(NodeDao nodeDao)
public AssetRecordDao getAssetRecordDao()
public void setAssetRecordDao(AssetRecordDao assetDao)
public AlarmDao getAlarmDao()
public void setAlarmDao(AlarmDao alarmDao)
public GeocoderService getGeocoderService()
public void setGeocoderService(GeocoderService geocoderService)
public void setTransactionOperations(org.springframework.transaction.support.TransactionOperations tx)
public Collection<VertexRef> getNodesWithCoordinates()
getNodesWithCoordinates
in interface GeoAssetProvider
public void refresh()
public void refreshNodeData()
public void setSearchString(String searchString)
setSearchString
in class NodeMapComponent
public void setMaxClusterRadius(Integer radius)
Copyright © 2018. All rights reserved.