Dashboard Builder Data Displayer API 6.2.0.CR2
A B C D E F G H I K L M N O P R S T U V

A

AbstractDataDisplayer - Class in org.jboss.dashboard.displayer
Base class for the implementation of custom data displayers.
AbstractDataDisplayer() - Constructor for class org.jboss.dashboard.displayer.AbstractDataDisplayer
 
AbstractDataDisplayerRenderer - Class in org.jboss.dashboard.displayer
 
AbstractDataDisplayerRenderer() - Constructor for class org.jboss.dashboard.displayer.AbstractDataDisplayerRenderer
 
AbstractDataDisplayerType - Class in org.jboss.dashboard.displayer
 
AbstractDataDisplayerType() - Constructor for class org.jboss.dashboard.displayer.AbstractDataDisplayerType
 
addDataProvider(DataProvider) - Method in interface org.jboss.dashboard.export.ImportResults
 
addKPI(KPI) - Method in interface org.jboss.dashboard.export.ImportResults
 
addKPIListener(KPIListener, int) - Method in interface org.jboss.dashboard.kpi.KPIManager
Register a listener interested in all process events.

B

BarChart - Annotation Type in org.jboss.dashboard.displayer.annotation
 

C

copyFrom(DataDisplayer) - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayer
 
copyFrom(DataDisplayer) - Method in interface org.jboss.dashboard.displayer.DataDisplayer
Copies the configuration of one displayer into this.
createDataDisplayer() - Method in interface org.jboss.dashboard.displayer.DataDisplayerType
 
createExportOptions() - Method in interface org.jboss.dashboard.export.ExportManager
 
createImportOptions() - Method in interface org.jboss.dashboard.export.ImportManager
 
createImportResults() - Method in interface org.jboss.dashboard.export.ImportManager
 
createKPI() - Method in interface org.jboss.dashboard.kpi.KPIManager
Factory method for the creation of a KPI brand new instance.
CRITERIA_CODE - Static variable in interface org.jboss.dashboard.kpi.KPIComparator
 
CRITERIA_DESCRIPTION - Static variable in interface org.jboss.dashboard.kpi.KPIComparator
 
CRITERIA_ID - Static variable in interface org.jboss.dashboard.kpi.KPIComparator
 

D

DataDisplayer - Interface in org.jboss.dashboard.displayer
A data displayer is a component that is able to render graphically the data gathered by a data provider.
DataDisplayerFeature - Enum in org.jboss.dashboard.displayer
 
dataDisplayerManager - Variable in class org.jboss.dashboard.DataDisplayerServices
 
DataDisplayerManager - Interface in org.jboss.dashboard.displayer
The data displayer manager.
dataDisplayerRenderer - Variable in class org.jboss.dashboard.displayer.AbstractDataDisplayer
 
DataDisplayerRenderer - Interface in org.jboss.dashboard.displayer
 
DataDisplayerServices - Class in org.jboss.dashboard
 
DataDisplayerServices() - Constructor for class org.jboss.dashboard.DataDisplayerServices
 
dataDisplayerType - Variable in class org.jboss.dashboard.displayer.AbstractDataDisplayer
 
DataDisplayerType - Interface in org.jboss.dashboard.displayer
 
DataDisplayerXMLFormat - Interface in org.jboss.dashboard.export
Interface for XML-marshalling/unmarshalling of displayer instances.
dataProvider - Variable in class org.jboss.dashboard.displayer.AbstractDataDisplayer
 
dataProviderManager - Variable in class org.jboss.dashboard.DataDisplayerServices
 
displayerRenderers - Variable in class org.jboss.dashboard.displayer.AbstractDataDisplayerType
 

E

equals(Object) - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayerRenderer
 
equals(Object) - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayerType
 
EVENT_ALL - Static variable in interface org.jboss.dashboard.kpi.KPIManager
 
EVENT_KPI_CREATED - Static variable in interface org.jboss.dashboard.kpi.KPIManager
 
EVENT_KPI_DELETED - Static variable in interface org.jboss.dashboard.kpi.KPIManager
 
EVENT_KPI_SAVED - Static variable in interface org.jboss.dashboard.kpi.KPIManager
 
exportManager - Variable in class org.jboss.dashboard.DataDisplayerServices
 
ExportManager - Interface in org.jboss.dashboard.export
Dashboard export manager.
ExportOptions - Interface in org.jboss.dashboard.export
Export options.

F

format(DataDisplayer) - Method in interface org.jboss.dashboard.export.DataDisplayerXMLFormat
 
format(DataDisplayer, PrintWriter, int) - Method in interface org.jboss.dashboard.export.DataDisplayerXMLFormat
 
format(ExportOptions) - Method in interface org.jboss.dashboard.export.ExportManager
 
format(ExportOptions, PrintWriter, int) - Method in interface org.jboss.dashboard.export.ExportManager
 
formatDataProviders(ExportOptions, PrintWriter, int) - Method in interface org.jboss.dashboard.export.ExportManager
Formats a set of DataProviders.
formatKPIs(ExportOptions, PrintWriter, int) - Method in interface org.jboss.dashboard.export.ExportManager
Formats a set ok KPIs.

G

getAllKPIs() - Method in interface org.jboss.dashboard.kpi.KPIManager
Get all KPIs defined.
getAvailableChartTypes(DataDisplayer) - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayerRenderer
 
getAvailableChartTypes(DataDisplayer) - Method in interface org.jboss.dashboard.displayer.DataDisplayerRenderer
 
getChartTypeDescription(String, Locale) - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayerRenderer
 
getChartTypeDescription(String, Locale) - Method in interface org.jboss.dashboard.displayer.DataDisplayerRenderer
 
getCode() - Method in interface org.jboss.dashboard.kpi.KPI
The kpi code is an unique identifier that is universal and is not tied to the persistent storage.
getDataDisplayer() - Method in interface org.jboss.dashboard.kpi.KPI
The KPI data diplayer.
getDataDisplayerManager() - Method in class org.jboss.dashboard.DataDisplayerServices
 
getDataDisplayerRenderer() - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayer
 
getDataDisplayerRenderer() - Method in interface org.jboss.dashboard.displayer.DataDisplayer
The library used to render the displayer.
getDataDisplayerRenderers() - Method in interface org.jboss.dashboard.displayer.DataDisplayerManager
Get the installed displayer renderers.
getDataDisplayerType() - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayer
 
getDataDisplayerType() - Method in interface org.jboss.dashboard.displayer.DataDisplayer
The type of this displayer.
getDataDisplayerTypes() - Method in interface org.jboss.dashboard.displayer.DataDisplayerManager
Get the installed displayer types.
getDataProvider() - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayer
 
getDataProvider() - Method in interface org.jboss.dashboard.displayer.DataDisplayer
The data provider which feeds this displayer with data.
getDataProvider() - Method in interface org.jboss.dashboard.kpi.KPI
The KPI data provider.
getDataProviderByCode(String) - Method in interface org.jboss.dashboard.export.ImportResults
 
getDataProviderManager() - Method in class org.jboss.dashboard.DataDisplayerServices
 
getDataProviders() - Method in interface org.jboss.dashboard.export.ExportOptions
 
getDataProviders() - Method in interface org.jboss.dashboard.export.ImportResults
 
getDefaultChartType(DataDisplayer) - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayerRenderer
 
getDefaultChartType(DataDisplayer) - Method in interface org.jboss.dashboard.displayer.DataDisplayerRenderer
 
getDefaultRenderer() - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayerType
 
getDefaultRenderer() - Method in interface org.jboss.dashboard.displayer.DataDisplayerType
Get the displayer renderer installed by default for this type.
getDescription(Locale) - Method in interface org.jboss.dashboard.displayer.DataDisplayerRenderer
 
getDescription(Locale) - Method in interface org.jboss.dashboard.displayer.DataDisplayerType
 
getDescription(Locale) - Method in interface org.jboss.dashboard.kpi.KPI
The KPI descripton.
getDescriptionI18nMap() - Method in interface org.jboss.dashboard.kpi.KPI
 
getDisplayerRendererByUid(String) - Method in interface org.jboss.dashboard.displayer.DataDisplayerManager
Get a displayer renderer by its UID.
getDisplayerTypeByUid(String) - Method in interface org.jboss.dashboard.displayer.DataDisplayerManager
Get a displayer type by its UID.
getExportManager() - Method in class org.jboss.dashboard.DataDisplayerServices
 
getIconPath() - Method in interface org.jboss.dashboard.displayer.DataDisplayerType
 
getId() - Method in interface org.jboss.dashboard.kpi.KPI
The object identifier.
getImportManager() - Method in class org.jboss.dashboard.DataDisplayerServices
 
getKPIByCode(String) - Method in interface org.jboss.dashboard.export.ImportResults
 
getKPIByCode(String) - Method in interface org.jboss.dashboard.kpi.KPIManager
Get a persistent KPI by its universal code.
getKPIById(Long) - Method in interface org.jboss.dashboard.kpi.KPIManager
Get a persistent KPI by its identifier.
getKPIListenerMap() - Method in interface org.jboss.dashboard.kpi.KPIManager
Retrieve registered kpi listeners.
getKPIListeners(int) - Method in interface org.jboss.dashboard.kpi.KPIManager
Retrieve registered kpi listeners for a specified event.
getKPIManager() - Method in class org.jboss.dashboard.DataDisplayerServices
 
getKPIs() - Method in interface org.jboss.dashboard.export.ExportOptions
 
getKPIs() - Method in interface org.jboss.dashboard.export.ImportResults
 
getMessages() - Method in interface org.jboss.dashboard.export.ImportResults
 
getScalarFunctionManager() - Method in class org.jboss.dashboard.DataDisplayerServices
 
getSupportedRenderers() - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayerType
 
getSupportedRenderers() - Method in interface org.jboss.dashboard.displayer.DataDisplayerType
Get those renderers which support this kind of displayers.
getUid() - Method in interface org.jboss.dashboard.displayer.DataDisplayerRenderer
 
getUid() - Method in interface org.jboss.dashboard.displayer.DataDisplayerType
 
getXmlFormat() - Method in interface org.jboss.dashboard.displayer.DataDisplayerType
 

H

hashCode() - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayerRenderer
 
hashCode() - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayerType
 

I

ignoreDataProviders() - Method in interface org.jboss.dashboard.export.ExportOptions
 
ignoreDataProviders() - Method in interface org.jboss.dashboard.export.ImportOptions
 
ignoreKPIs() - Method in interface org.jboss.dashboard.export.ExportOptions
 
ignoreKPIs() - Method in interface org.jboss.dashboard.export.ImportOptions
 
importManager - Variable in class org.jboss.dashboard.DataDisplayerServices
 
ImportManager - Interface in org.jboss.dashboard.export
Dashboard import manager.
ImportOptions - Interface in org.jboss.dashboard.export
Import options.
ImportResults - Interface in org.jboss.dashboard.export
Import results.
isEnabled() - Method in interface org.jboss.dashboard.displayer.DataDisplayerRenderer
 
isFeatureSupported(DataDisplayer, DataDisplayerFeature) - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayerRenderer
 
isFeatureSupported(DataDisplayer, DataDisplayerFeature) - Method in interface org.jboss.dashboard.displayer.DataDisplayerRenderer
 

K

KPI - Interface in org.jboss.dashboard.kpi
A Key Performance Indicator is composed by two instances: A DataProvider which knows how to retrieve the data set to display.
KPIComparator - Interface in org.jboss.dashboard.kpi
A comparator for KPI instances.
kpiCreated(KPI) - Method in interface org.jboss.dashboard.kpi.KPIListener
Invoked when a KPI is created.
kpiDeleted(KPI) - Method in interface org.jboss.dashboard.kpi.KPIListener
Invoked when a KPI is about to be deleted.
KPIListener - Interface in org.jboss.dashboard.kpi
Interface designed for the capturing and processing of events related to a single KPI instance.
kpiManager - Variable in class org.jboss.dashboard.DataDisplayerServices
 
KPIManager - Interface in org.jboss.dashboard.kpi
Manager class that it allows for the retrieval of KPI instances as well as DataProvider's.
kpiSaved(KPI) - Method in interface org.jboss.dashboard.kpi.KPIListener
Invoked when a KPI is saved.

L

LineChart - Annotation Type in org.jboss.dashboard.displayer.annotation
 
lookup() - Static method in class org.jboss.dashboard.DataDisplayerServices
 

M

MapChart - Annotation Type in org.jboss.dashboard.displayer.annotation
 
MeterChart - Annotation Type in org.jboss.dashboard.displayer.annotation
 

N

notifyKPIListener(int, KPI) - Method in interface org.jboss.dashboard.kpi.KPIManager
Notify the specified event to the registered listeners.

O

org.jboss.dashboard - package org.jboss.dashboard
 
org.jboss.dashboard.displayer - package org.jboss.dashboard.displayer
The interfaces and components in charge of business indicators' UI rendering.
org.jboss.dashboard.displayer.annotation - package org.jboss.dashboard.displayer.annotation
 
org.jboss.dashboard.export - package org.jboss.dashboard.export
Utility classes for the serialization and packaging of KPIs so that can be exchanged between installations.
org.jboss.dashboard.kpi - package org.jboss.dashboard.kpi
Key Performance Indicator management classes.

P

parse(String, ImportResults) - Method in interface org.jboss.dashboard.export.DataDisplayerXMLFormat
 
parse(NodeList, ImportResults) - Method in interface org.jboss.dashboard.export.DataDisplayerXMLFormat
 
parse(String) - Method in interface org.jboss.dashboard.export.ImportManager
Creates elements (KPI, DataProvider ,..) parsing the specified XML fragment.
parse(InputStream) - Method in interface org.jboss.dashboard.export.ImportManager
Creates elements (KPI, DataProvider ,..) parsing the specified XML stream.
parse(String, ImportOptions) - Method in interface org.jboss.dashboard.export.ImportManager
Creates elements (KPI, DataProvider ,..) parsing the specified XML fragment.
parse(InputStream, ImportOptions) - Method in interface org.jboss.dashboard.export.ImportManager
Creates elements (KPI, DataProvider ,..) parsing the specified XML stream.
parse(NodeList, ImportOptions) - Method in interface org.jboss.dashboard.export.ImportManager
Creates elements (KPI, DataProvider ,..) parsing the specified XML nodes.
PieChart - Annotation Type in org.jboss.dashboard.displayer.annotation
 

R

removeDataProvider(DataProvider) - Method in interface org.jboss.dashboard.export.ImportResults
 
removeKPI(KPI) - Method in interface org.jboss.dashboard.export.ImportResults
 
removeKPIListener(KPIListener, int) - Method in interface org.jboss.dashboard.kpi.KPIManager
Removes a registered listener.
removeKPIListener(KPIListener) - Method in interface org.jboss.dashboard.kpi.KPIManager
Removes a registered listener.
replaceDataProvider(DataProvider, DataProvider) - Method in interface org.jboss.dashboard.export.ImportResults
 
replaceKPI(KPI, KPI) - Method in interface org.jboss.dashboard.export.ImportResults
 

S

save(ImportResults) - Method in interface org.jboss.dashboard.export.ImportManager
Save the elements (KPI, DataProvider) contained in the import results instance.
scalarFunctionManager - Variable in class org.jboss.dashboard.DataDisplayerServices
 
setCode(String) - Method in interface org.jboss.dashboard.kpi.KPI
 
setDataDisplayer(DataDisplayer) - Method in interface org.jboss.dashboard.kpi.KPI
 
setDataDisplayerRenderer(DataDisplayerRenderer) - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayer
 
setDataDisplayerRenderer(DataDisplayerRenderer) - Method in interface org.jboss.dashboard.displayer.DataDisplayer
 
setDataDisplayerType(DataDisplayerType) - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayer
 
setDataDisplayerType(DataDisplayerType) - Method in interface org.jboss.dashboard.displayer.DataDisplayer
 
setDataProvider(DataProvider) - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayer
 
setDataProvider(DataProvider) - Method in interface org.jboss.dashboard.displayer.DataDisplayer
 
setDataProvider(DataProvider) - Method in interface org.jboss.dashboard.kpi.KPI
 
setDataProviders(List<DataProvider>) - Method in interface org.jboss.dashboard.export.ExportOptions
 
setDefaultSettings() - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayer
 
setDefaultSettings(DataDisplayer) - Method in class org.jboss.dashboard.displayer.AbstractDataDisplayerRenderer
 
setDefaultSettings() - Method in interface org.jboss.dashboard.displayer.DataDisplayer
Restore the default settings.
setDefaultSettings(DataDisplayer) - Method in interface org.jboss.dashboard.displayer.DataDisplayerRenderer
 
setDescription(String, Locale) - Method in interface org.jboss.dashboard.kpi.KPI
 
setDescriptionI18nMap(Map<String, String>) - Method in interface org.jboss.dashboard.kpi.KPI
The localized descriptions.
setId(Long) - Method in interface org.jboss.dashboard.kpi.KPI
 
setIgnoreDataProviders(boolean) - Method in interface org.jboss.dashboard.export.ExportOptions
 
setIgnoreDataProviders(boolean) - Method in interface org.jboss.dashboard.export.ImportOptions
 
setIgnoreKPIs(boolean) - Method in interface org.jboss.dashboard.export.ExportOptions
 
setIgnoreKPIs(boolean) - Method in interface org.jboss.dashboard.export.ImportOptions
 
setKPIs(List<KPI>) - Method in interface org.jboss.dashboard.export.ExportOptions
 
sortKPIsByDescription(List<KPI>, boolean) - Method in interface org.jboss.dashboard.kpi.KPIManager
Sort a list of properties by name.

T

Table - Annotation Type in org.jboss.dashboard.displayer.annotation
 

U

update(ImportResults) - Method in interface org.jboss.dashboard.export.ImportManager
Updates the elements (KPI, DataProvider) contained in the import results instance.

V

valueOf(String) - Static method in enum org.jboss.dashboard.displayer.DataDisplayerFeature
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.dashboard.displayer.DataDisplayerFeature
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G H I K L M N O P R S T U V
Dashboard Builder Data Displayer API 6.2.0.CR2

Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.