Modifier and Type | Method and Description |
---|---|
DashletSpec |
DashletSpecEditor.getDashletSpec()
Returns the associated
DashletSpec of this editor component. |
Modifier and Type | Method and Description |
---|---|
void |
WallboardEditor.swapDashletSpec(DashletSpec dashletSpec,
int direction) |
Constructor and Description |
---|
DashletSpecEditor(WallboardEditor wallboardEditor,
DashletSelector dashletSelector,
DashletSpec dashletSpec)
Constructor for the DashletSpecEditor.
|
PropertiesWindow(DashletSpec dashletSpec,
DashletFactory dashletFactory)
Constructor for instantiating a
PropertiesWindow for a given DashletSpec . |
Modifier and Type | Method and Description |
---|---|
DashletConfigurationWindow |
GrafanaDashletFactory.configurationWindow(DashletSpec dashletSpec)
Returns a custom configuration window.
|
DashletConfigurationWindow |
KscDashletFactory.configurationWindow(DashletSpec dashletSpec)
Returns a custom configuration window.
|
DashletConfigurationWindow |
RrdDashletFactory.configurationWindow(DashletSpec dashletSpec)
Returns a custom configuration window.
|
DashletConfigurationWindow |
ChartsDashletFactory.configurationWindow(DashletSpec dashletSpec)
Returns a custom configuration window.
|
DashletConfigurationWindow |
BSMDashletFactory.configurationWindow(DashletSpec dashletSpec)
Returns a custom configuration window.
|
DashletConfigurationWindow |
AlarmDetailsDashletFactory.configurationWindow(DashletSpec dashletSpec)
Returns a custom configuration window.
|
DashletConfigurationWindow |
AlarmsDashletFactory.configurationWindow(DashletSpec dashletSpec)
Returns a custom configuration window.
|
Dashlet |
GrafanaDashletFactory.newDashletInstance(DashletSpec dashletSpec)
Method for creating a new
Dashlet instance. |
Dashlet |
UrlDashletFactory.newDashletInstance(DashletSpec dashletSpec)
Method for creating a new
Dashlet instance. |
Dashlet |
SurveillanceDashletFactory.newDashletInstance(DashletSpec dashletSpec)
Method for creating a new
Dashlet instance. |
Dashlet |
TopologyDashletFactory.newDashletInstance(DashletSpec dashletSpec)
Method for creating a new
Dashlet instance. |
Dashlet |
KscDashletFactory.newDashletInstance(DashletSpec dashletSpec)
Method for creating a new
Dashlet instance. |
Dashlet |
RrdDashletFactory.newDashletInstance(DashletSpec dashletSpec)
Method for creating a new
Dashlet instance. |
Dashlet |
RtcDashletFactory.newDashletInstance(DashletSpec dashletSpec)
Method for creating a new
Dashlet instance. |
Dashlet |
ChartsDashletFactory.newDashletInstance(DashletSpec dashletSpec)
Method for instatiating a new
Dashlet instance. |
Dashlet |
ImageDashletFactory.newDashletInstance(DashletSpec dashletSpec)
Method for instatiating a new
Dashlet instance. |
Dashlet |
SummaryDashletFactory.newDashletInstance(DashletSpec dashletSpec)
Method for instatiating a new
Dashlet instance. |
Dashlet |
MapDashletFactory.newDashletInstance(DashletSpec dashletSpec)
Method for creating a new
Dashlet instance. |
Dashlet |
BSMDashletFactory.newDashletInstance(DashletSpec dashletSpec)
Method for instatiating a new
Dashlet instance. |
Dashlet |
AlarmDetailsDashletFactory.newDashletInstance(DashletSpec dashletSpec)
Method for instantiating a new
Dashlet instance. |
Dashlet |
AlarmsDashletFactory.newDashletInstance(DashletSpec dashletSpec)
Method for instatiating a new
Dashlet instance. |
Dashlet |
UndefinedDashletFactory.newDashletInstance(DashletSpec dashletSpec)
This method returns a new
Dashlet instance for a given DashletSpec . |
Constructor and Description |
---|
AlarmConfigurationWindow(DashletSpec dashletSpec)
Constructor for instantiating new objects of this class.
|
AlarmDetailsDashlet(String name,
DashletSpec dashletSpec,
AlarmDao alarmDao,
NodeDao nodeDao,
AlarmRepository alarmRepository,
org.springframework.transaction.support.TransactionOperations transactionTemplate,
TimeformatService timeformatService)
Constructor for instantiating new objects.
|
AlarmsDashlet(String name,
DashletSpec dashletSpec,
AlarmDao alarmDao,
NodeDao nodeDao)
Constructor for instantiating new objects.
|
BSMConfigurationWindow(DashletSpec dashletSpec)
Constructor for instantiating new objects of this class.
|
BSMDashlet(String name,
DashletSpec dashletSpec,
BusinessServiceManager businessServiceManager,
TransactionAwareBeanProxyFactory transactionAwareBeanProxyFactory)
Constructor for instantiating new objects.
|
ChartsConfigurationWindow(DashletSpec dashletSpec)
Constructor for instantiating new objects of this class.
|
ChartsDashlet(String name,
DashletSpec dashletSpec)
Constructor for instantiating new objects.
|
GrafanaDashlet(String name,
DashletSpec dashletSpec)
Constructor for instantiating new objects.
|
GrafanaDashletConfigurationWindow(DashletSpec dashletSpec)
Constructor for instantiating new objects of this class.
|
ImageDashlet(String name,
DashletSpec dashletSpec)
Constructor for instantiating new objects.
|
KscDashlet(String name,
DashletSpec dashletSpec,
NodeDao nodeDao,
ResourceDao resourceDao,
org.springframework.transaction.support.TransactionOperations transactionOperations,
TimeformatService timeformatService)
Constructor for instantiating new objects.
|
KscDashletConfigurationWindow(DashletSpec dashletSpec)
Constructor for instantiating new objects of this class.
|
MapDashlet(String name,
DashletSpec dashletSpec)
Constructor for instantiating new objects.
|
RrdDashlet(String name,
DashletSpec dashletSpec,
RrdGraphHelper rrdGraphHelper)
Constructor for instantiating new objects.
|
RrdDashletConfigurationWindow(DashletSpec dashletSpec,
RrdGraphHelper rrdGraphHelper,
NodeDao nodeDao)
Constructor for instantiating new objects of this class.
|
RtcDashlet(String name,
DashletSpec dashletSpec)
Constructor for instantiating new objects.
|
SummaryDashlet(String name,
DashletSpec dashletSpec,
AlarmDao alarmDao)
Constructor for instantiating new objects.
|
SurveillanceDashlet(String name,
DashletSpec dashletSpec)
Constructor for instantiating new objects.
|
TopologyDashlet(String name,
DashletSpec dashletSpec)
Constructor for instantiating new objects.
|
UndefinedDashlet(String name,
DashletSpec dashletSpec)
Constructor for instantiating this
Dashlet |
UrlDashlet(String name,
DashletSpec dashletSpec)
Constructor for instantiating new objects.
|
Modifier and Type | Method and Description |
---|---|
DashletSpec |
DashletSpec.clone() |
DashletSpec |
Dashlet.getDashletSpec() |
DashletSpec |
AbstractDashlet.getDashletSpec() |
Modifier and Type | Method and Description |
---|---|
List<DashletSpec> |
Wallboard.getDashletSpecs()
Returns the associated
DashletSpec instances. |
Modifier and Type | Method and Description |
---|---|
DashletConfigurationWindow |
DashletFactory.configurationWindow(DashletSpec dashletSpec)
Returns the window used for configuring a
DashletSpec instance. |
DashletConfigurationWindow |
AbstractDashletFactory.configurationWindow(DashletSpec dashletSpec)
Returns the window used for configuring a
DashletSpec instance. |
Dashlet |
DashletFactory.newDashletInstance(DashletSpec dashletSpec)
Returns a new
Dashlet instance for a given DashletSpec . |
void |
AbstractDashlet.setDashletSpec(DashletSpec dashletSpec) |
Constructor and Description |
---|
AbstractDashlet(String name,
DashletSpec dashletSpec) |
Modifier and Type | Method and Description |
---|---|
void |
DashboardBody.setDashletSpecs(List<DashletSpec> dashletSpecs)
This method sets the
List of DashletSpec instances. |
Modifier and Type | Method and Description |
---|---|
Dashlet |
WallboardBody.getDashletInstance(DashletSpec dashletSpec) |
Modifier and Type | Method and Description |
---|---|
void |
WallboardBody.setDashletSpecs(List<DashletSpec> dashletSpecs) |
Copyright © 2021. All rights reserved.