Dashboard Builder UI Panels 6.0.0.CR4-Pre1

org.jboss.dashboard.ui.panel.kpi
Class KPIDataSupplier

java.lang.Object
  extended by 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.


Constructor Summary
KPIDataSupplier()
           
 
Method Summary
 List getKeys()
           
 List<org.jboss.dashboard.kpi.KPI> getKPIList()
           
 List getValues()
           
 void init(org.jboss.dashboard.workspace.PanelInstance panelInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KPIDataSupplier

public KPIDataSupplier()
Method Detail

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

Dashboard Builder UI Panels 6.0.0.CR4-Pre1

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