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 |
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)
Returns the enum constant of this type with the specified name.
|
static KPIUtil.Status[] |
KPIUtil.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
|