Class EventAdminApplicationFactory
- java.lang.Object
-
- org.opennms.vaadin.extender.AbstractApplicationFactory
-
- org.opennms.features.vaadin.config.EventAdminApplicationFactory
-
- All Implemented Interfaces:
ApplicationFactory
public class EventAdminApplicationFactory extends AbstractApplicationFactory
The Class Event Administration Application Factory.- Author:
- Alejandro Galue
-
-
Constructor Summary
Constructors Constructor Description EventAdminApplicationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vaadin.ui.UI
createUI()
java.lang.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.-
Methods inherited from class org.opennms.vaadin.extender.AbstractApplicationFactory
getAdditionalHeaders
-
-
-
-
Method Detail
-
setEventConfDao
public void setEventConfDao(EventConfDao eventConfDao)
Sets the OpenNMS Event configuration DAO.- Parameters:
eventConfDao
- the new OpenNMS Event configuration DAO
-
setEventProxy
public void setEventProxy(EventProxy eventProxy)
Sets the OpenNMS Event Proxy.- Parameters:
eventProxy
- the new event proxy
-
getUIClass
public java.lang.Class<? extends com.vaadin.ui.UI> getUIClass()
- Specified by:
getUIClass
in interfaceApplicationFactory
- Specified by:
getUIClass
in classAbstractApplicationFactory
-
createUI
public com.vaadin.ui.UI createUI()
- Specified by:
createUI
in interfaceApplicationFactory
- Specified by:
createUI
in classAbstractApplicationFactory
-
-