@Named(value="kpi_viewer") public class KPIViewer extends UIBeanHandler
BeanHandler.HandlerTrace
Modifier and Type | Field and Description |
---|---|
protected DataDisplayerViewer |
displayerViewer |
protected boolean |
embeddedMode |
protected KPI |
kpi |
protected KPIListener |
kpiListener |
protected String |
viewJSP |
Constructor and Description |
---|
KPIViewer() |
Modifier and Type | Method and Description |
---|---|
void |
beforeRenderBean() |
String |
getBeanJSP() |
DataDisplayerViewer |
getDisplayerViewer() |
KPI |
getKpi() |
boolean |
isReady() |
static KPIViewer |
lookup()
Get the instance.
|
void |
setKpi(KPI kpi) |
void |
setKpi(KPI kpi,
boolean embeddedMode) |
protected boolean |
validate()
BZ-1100635: Check if data provider definition (all properties) match with the serialized in the current displayer
|
afterRenderBean
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getBeanName, getFieldErrors, handle, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start
@Inject protected String viewJSP
protected KPI kpi
protected DataDisplayerViewer displayerViewer
protected boolean embeddedMode
protected transient KPIListener kpiListener
public static KPIViewer lookup()
public DataDisplayerViewer getDisplayerViewer()
public KPI getKpi()
public void setKpi(KPI kpi)
public void setKpi(KPI kpi, boolean embeddedMode)
public boolean isReady()
public String getBeanJSP()
getBeanJSP
in class UIBeanHandler
protected boolean validate()
public void beforeRenderBean()
beforeRenderBean
in class UIBeanHandler
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.