public class KscDashletFactory extends AbstractDashletFactory
m_boostable, m_dashboardSuitable, m_name, m_requiredParameterDescriptions, m_requiredParameters
Constructor and Description |
---|
KscDashletFactory() |
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 |
setResourceDao(ResourceDao resourceDao) |
void |
setTimeformatService(TimeformatService timeformatService) |
void |
setTransactionOperations(org.springframework.transaction.support.TransactionOperations transactionOperations) |
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 void setNodeDao(NodeDao nodeDao)
public void setResourceDao(ResourceDao resourceDao)
public void setTransactionOperations(org.springframework.transaction.support.TransactionOperations transactionOperations)
public void setTimeformatService(TimeformatService timeformatService)
public DashletConfigurationWindow configurationWindow(DashletSpec dashletSpec)
configurationWindow
in interface DashletFactory
configurationWindow
in class AbstractDashletFactory
dashletSpec
- the DashletSpec
to useCopyright © 2021. All rights reserved.