public class KPIViewer extends UIComponentHandlerFactoryElement
HandlerFactoryElement.HandlerTrace
Modifier and Type | Field and Description |
---|---|
protected String |
componentIncludeJSP |
protected DataDisplayerViewer |
displayerViewer |
protected KPI |
kpi |
protected KPIListener |
kpiListener |
Constructor and Description |
---|
KPIViewer() |
Modifier and Type | Method and Description |
---|---|
void |
beforeRenderComponent() |
String |
getComponentIncludeJSP() |
DataDisplayerViewer |
getDisplayerViewer() |
KPI |
getKpi() |
boolean |
isReady() |
static KPIViewer |
lookup()
Get the instance.
|
void |
setComponentIncludeJSP(String componentIncludeJSP) |
void |
setKpi(KPI kpi) |
afterRenderComponent, getName
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getFieldErrors, handle, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isScopeAdequateForDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, stop
protected KPI kpi
protected DataDisplayerViewer displayerViewer
protected String componentIncludeJSP
protected transient KPIListener kpiListener
public static KPIViewer lookup()
public DataDisplayerViewer getDisplayerViewer()
public KPI getKpi()
public void setKpi(KPI kpi)
public boolean isReady()
public String getComponentIncludeJSP()
getComponentIncludeJSP
in class UIComponentHandlerFactoryElement
public void setComponentIncludeJSP(String componentIncludeJSP)
public void beforeRenderComponent()
beforeRenderComponent
in class UIComponentHandlerFactoryElement
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.