Class UndefinedDashletFactory
- java.lang.Object
-
- org.opennms.features.vaadin.dashboard.model.AbstractDashletFactory
-
- org.opennms.features.vaadin.dashboard.dashlets.UndefinedDashletFactory
-
- All Implemented Interfaces:
DashletFactory
public class UndefinedDashletFactory extends AbstractDashletFactory
This class implements theAbstractDashletFactory
for theUndefinedDashlet
.- Author:
- Christian Pape
-
-
Field Summary
-
Fields inherited from class org.opennms.features.vaadin.dashboard.model.AbstractDashletFactory
m_boostable, m_dashboardSuitable, m_name, m_requiredParameterDescriptions, m_requiredParameters
-
-
Constructor Summary
Constructors Constructor Description UndefinedDashletFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHelpContentHTML()
Returns the help contentString
Dashlet
newDashletInstance(DashletSpec dashletSpec)
This method returns a newDashlet
instance for a givenDashletSpec
.-
Methods inherited from class org.opennms.features.vaadin.dashboard.model.AbstractDashletFactory
addRequiredParameter, configurationWindow, getHelpComponent, getName, getRequiredParameterDescriptions, getRequiredParameters, isBoostable, isSuitableForDashboard, providesHelpComponent, setBoostable, setDashboardSuitable, setName, setRequiredParameterDescriptions, setRequiredParameters
-
-
-
-
Method Detail
-
newDashletInstance
public Dashlet newDashletInstance(DashletSpec dashletSpec)
This method returns a newDashlet
instance for a givenDashletSpec
.- Parameters:
dashletSpec
- theDashletSpec
to use- Returns:
- the new
Dashlet
instance
-
getHelpContentHTML
public String getHelpContentHTML()
Returns the help contentString
- Specified by:
getHelpContentHTML
in classAbstractDashletFactory
- Returns:
- the help content
-
-