org.jboss.dashboard.ui.panel.kpi
Class KPIDataSupplier
java.lang.Object
org.jboss.dashboard.ui.panel.kpi.KPIDataSupplier
- All Implemented Interfaces:
- org.jboss.dashboard.ui.panel.parameters.ComboListParameterDataSupplier
public class KPIDataSupplier
- extends Object
- implements org.jboss.dashboard.ui.panel.parameters.ComboListParameterDataSupplier
KPI selector data supplier.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KPIDataSupplier
public KPIDataSupplier()
init
public void init(org.jboss.dashboard.workspace.PanelInstance panelInstance)
- Specified by:
init in interface org.jboss.dashboard.ui.panel.parameters.ComboListParameterDataSupplier
getKeys
public List getKeys()
- Specified by:
getKeys in interface org.jboss.dashboard.ui.panel.parameters.ComboListParameterDataSupplier
getValues
public List getValues()
- Specified by:
getValues in interface org.jboss.dashboard.ui.panel.parameters.ComboListParameterDataSupplier
getKPIList
public List<org.jboss.dashboard.kpi.KPI> getKPIList()
throws Exception
- Throws:
Exception
Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.