public class AlarmDetailsDashlet extends AbstractDashlet
| Constructor and Description | 
|---|
AlarmDetailsDashlet(String name,
                   DashletSpec dashletSpec,
                   AlarmDao alarmDao,
                   NodeDao nodeDao,
                   AlarmRepository alarmRepository)
Constructor for instantiating new objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.vaadin.ui.Component | 
createAlarmComponent(OnmsAlarm onmsAlarm,
                    OnmsNode onmsNode)
Deprecated.  
 | 
DashletComponent | 
getDashboardComponent()  | 
DashletComponent | 
getWallboardComponent()
Updates the dashlet contents and computes new boosted state 
 | 
getDashletSpec, getName, isBoosted, setDashletSpec, setNamepublic AlarmDetailsDashlet(String name, DashletSpec dashletSpec, AlarmDao alarmDao, NodeDao nodeDao, AlarmRepository alarmRepository)
dashletSpec - the DashletSpec to be usedalarmDao - the AlarmDao to be usednodeDao - the NodeDao to be usedpublic DashletComponent getWallboardComponent()
DashletgetWallboardComponent in interface DashletgetWallboardComponent in class AbstractDashletpublic DashletComponent getDashboardComponent()
getDashboardComponent in interface DashletgetDashboardComponent in class AbstractDashlet@Deprecated public com.vaadin.ui.Component createAlarmComponent(OnmsAlarm onmsAlarm, OnmsNode onmsNode)
Copyright © 2015. All rights reserved.