public class NodeMapsApplication
extends com.vaadin.Application
PointVectors are used instead of Markers because the idea is to use the Cluster Strategy feature.
Here are some samples:
com.vaadin.Application.ApplicationError, com.vaadin.Application.CustomizedSystemMessages, com.vaadin.Application.SystemMessages, com.vaadin.Application.UserChangeEvent, com.vaadin.Application.UserChangeListener, com.vaadin.Application.WindowAttachEvent, com.vaadin.Application.WindowAttachListener, com.vaadin.Application.WindowDetachEvent, com.vaadin.Application.WindowDetachListener
Constructor and Description |
---|
NodeMapsApplication() |
Modifier and Type | Method and Description |
---|---|
void |
init() |
int |
parseInt(String intStr,
int defaultValue) |
void |
setAlarmDao(AlarmDao alarmDao) |
void |
setAssetRecordDao(AssetRecordDao assetDao) |
void |
setGeocoderService(GeocoderService geocoderService) |
void |
setHeaderHtml(String headerHtml) |
void |
setNodeDao(NodeDao nodeDao)
Sets the OpenNMS Node DAO.
|
void |
setTransactionOperations(org.springframework.transaction.support.TransactionOperations tx) |
addListener, addListener, addListener, addResource, addWindow, close, getContext, getErrorHandler, getLocale, getLogoutURL, getMainWindow, getProperty, getPropertyNames, getRelativeLocation, getSystemMessages, getTheme, getURL, getUser, getVersion, getWindow, getWindows, handleURI, isRunning, removeListener, removeListener, removeListener, removeResource, removeWindow, setErrorHandler, setLocale, setLogoutURL, setMainWindow, setTheme, setUser, start, terminalError
public void setNodeDao(NodeDao nodeDao)
m_nodeDao
- the new OpenNMS Node DAOpublic void setAssetRecordDao(AssetRecordDao assetDao)
public void setAlarmDao(AlarmDao alarmDao)
public void setGeocoderService(GeocoderService geocoderService)
public void setTransactionOperations(org.springframework.transaction.support.TransactionOperations tx)
public void setHeaderHtml(String headerHtml)
public void init()
init
in class com.vaadin.Application
public int parseInt(String intStr, int defaultValue)
Copyright © 2015. All Rights Reserved.