Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.app.kpi.KPIUtil.Status

  • Packages that use KPIUtil.Status 
    Package Description
    psdi.app.kpi
    The KPI package represents objects that are used to configure, display and control KPI Manager app, for Key Performance Indicators.
    psdi.webclient.controls  
    • Uses of KPIUtil.Status in psdi.app.kpi

      Fields in psdi.app.kpi declared as KPIUtil.Status 
      Modifier and Type Field and Description
      static KPIUtil.Status KPIUtil.Status.alert 
      static KPIUtil.Status KPIUtil.Status.good 
      static KPIUtil.Status KPIUtil.Status.NA 
      static KPIUtil.Status KPIUtil.Status.warning 
      Methods in psdi.app.kpi that return KPIUtil.Status 
      Modifier and Type Method and Description
      static KPIUtil.Status KPIUtil.getKPIStatus(double kpivalue, double cautionmin, double cautionmax) 
      static KPIUtil.Status KPIUtil.Status.valueOf(java.lang.String name) 
      static KPIUtil.Status[] KPIUtil.Status.values() 
    • Uses of KPIUtil.Status in psdi.webclient.controls

      Methods in psdi.webclient.controls with parameters of type KPIUtil.Status 
      Modifier and Type Method and Description
      static java.lang.String KPIPortlet.getKPIClass(KPIUtil.Status status)
      Utility method that returns Css class or Image for KPI status.
      static java.lang.String KPIPortlet.getKPIStatusColor(KPIUtil.Status status, WebClientSession sessionContext)
      Utility method that returns image url for the trend of the KPI These are common to the KPI Portlets
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes