oracle.adf.view.faces.bi.component.gauge
Class MetricLabel
java.lang.Object
oracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.gauge.BaseText
oracle.adf.view.faces.bi.component.gauge.BaseLabel
oracle.adf.view.faces.bi.component.gauge.MetricLabel
- All Implemented Interfaces:
- javax.faces.component.StateHolder
public class MetricLabel
- extends BaseLabel
- Since:
- 11.0
Field Summary |
static org.apache.myfaces.trinidad.bean.PropertyKey |
NUMBER_FORMAT_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
NUMBER_TYPE_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
Method Summary |
void |
applyProperties(java.util.HashMap map)
Applications do not need to call this method. |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
oracle.adf.view.faces.bi.component.util.NumberFormat |
getNumberFormat()
|
int |
getNumberType()
Gets the type of number displayed in the tick label. |
void |
setNumberFormat(oracle.adf.view.faces.bi.component.util.NumberFormat format)
|
void |
setNumberType(int type)
Sets the type of number to be displayed in the tick label. |
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
NUMBER_FORMAT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey NUMBER_FORMAT_KEY
NUMBER_TYPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey NUMBER_TYPE_KEY
MetricLabel
public MetricLabel()
getNumberFormat
public oracle.adf.view.faces.bi.component.util.NumberFormat getNumberFormat()
setNumberFormat
public void setNumberFormat(oracle.adf.view.faces.bi.component.util.NumberFormat format)
getNumberType
public int getNumberType()
- Gets the type of number displayed in the tick label.
- Returns:
- Integer representing the type of number intended
for display in this gauge; valid values are constants
in
Gauge
beginning with
NT_
setNumberType
public void setNumberType(int type)
- Sets the type of number to be displayed in the tick label.
- Parameters:
type
- Integer representing the type of number intended
for display in this gauge; valid values are constants
in the Gauge
class beginning with
NT_
applyProperties
public void applyProperties(java.util.HashMap map)
- Description copied from class:
BIComplexAttributeBase
- Applications do not need to call this method. This is for internal use.
- Overrides:
applyProperties
in class BaseText
- Parameters:
map
- hashMap that contains property value pairs.
getBeanType
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
- Overrides:
getBeanType
in class BaseLabel
Copyright © 1997, 2009, Oracle. All rights reserved.