public class EventAdminApplicationFactory extends AbstractApplicationFactory
| Constructor and Description | 
|---|
EventAdminApplicationFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.vaadin.ui.UI | 
createUI()  | 
Class<? extends com.vaadin.ui.UI> | 
getUIClass()  | 
void | 
setEventConfDao(EventConfDao eventConfDao)
Sets the OpenNMS Event configuration DAO. 
 | 
void | 
setEventProxy(EventProxy eventProxy)
Sets the OpenNMS Event Proxy. 
 | 
getAdditionalHeaderspublic void setEventConfDao(EventConfDao eventConfDao)
eventConfDao - the new OpenNMS Event configuration DAOpublic void setEventProxy(EventProxy eventProxy)
eventProxy - the new event proxypublic Class<? extends com.vaadin.ui.UI> getUIClass()
getUIClass in interface ApplicationFactorygetUIClass in class AbstractApplicationFactorypublic com.vaadin.ui.UI createUI()
createUI in interface ApplicationFactorycreateUI in class AbstractApplicationFactoryCopyright © 2020. All rights reserved.