public class AlarmsDashletFactory extends AbstractDashletFactory
m_boostable, m_dashboardSuitable, m_name, m_requiredParameterDescriptions, m_requiredParameters
Constructor and Description |
---|
AlarmsDashletFactory(AlarmDao alarmDao,
NodeDao nodeDao)
Constructor used for instantiating a new factory.
|
Modifier and Type | Method and Description |
---|---|
DashletConfigurationWindow |
configurationWindow(DashletSpec dashletSpec)
Returns a custom configuration window.
|
String |
getHelpContentHTML()
Returns the help content
String |
Dashlet |
newDashletInstance(DashletSpec dashletSpec)
Method for instatiating a new
Dashlet instance. |
addRequiredParameter, getHelpComponent, getName, getRequiredParameterDescriptions, getRequiredParameters, isBoostable, isSuitableForDashboard, providesHelpComponent, setBoostable, setDashboardSuitable, setName, setRequiredParameterDescriptions, setRequiredParameters
public Dashlet newDashletInstance(DashletSpec dashletSpec)
Dashlet
instance.dashletSpec
- the DashletSpec
to useDashlet
instancepublic String getHelpContentHTML()
String
getHelpContentHTML
in class AbstractDashletFactory
public DashletConfigurationWindow configurationWindow(DashletSpec dashletSpec)
configurationWindow
in interface DashletFactory
configurationWindow
in class AbstractDashletFactory
dashletSpec
- the DashletSpec
to useCopyright © 2021. All rights reserved.