public class RrdDashletFactory extends AbstractDashletFactory
Dashlet
for displaying Rrd graphs.m_boostable, m_dashboardSuitable, m_name, m_requiredParameterDescriptions, m_requiredParameters
Constructor and Description |
---|
RrdDashletFactory() |
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 creating a new
Dashlet instance. |
void |
setNodeDao(NodeDao nodeDao) |
void |
setRrdGraphHelper(RrdGraphHelper rrdGraphHelper) |
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 void setRrdGraphHelper(RrdGraphHelper rrdGraphHelper)
public void setNodeDao(NodeDao nodeDao)
public 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.