|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.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
public class MetricLabel
| Field Summary | |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
AUTOPRECISION_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CONVERTER_KEY
|
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.PropertyKey |
SCALING_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
| Fields inherited from class oracle.adf.view.faces.bi.component.gauge.BaseLabel |
|---|
m_defaultPosition, POSITION_KEY |
| Fields inherited from class oracle.adf.view.faces.bi.component.gauge.BaseText |
|---|
FONT_COLOR_KEY, GAUGE_FONT_KEY, m_defaultFontColor, m_defaultFontSize, m_defaultFontStyle, m_defaultFontTypeface |
| Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
|---|
ID_KEY, m_parent, TRANSIENT_KEY |
| Constructor Summary | |
|---|---|
MetricLabel()
|
|
| Method Summary | |
|---|---|
void |
applyProperties(java.util.HashMap map)
Applications do not need to call this method. |
java.lang.String |
getAutoPrecision()
Retrieves the precision of this component. |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
javax.faces.convert.Converter |
getConverter()
Retrieves the number converter |
oracle.adf.view.faces.bi.component.util.NumberFormat |
getNumberFormat()
Deprecated. Use Converter Gets the number format |
int |
getNumberType()
Gets the type of number displayed in the tick label. |
java.lang.String |
getScaling()
Retrieves the scaling of this component. |
void |
setAutoPrecision(java.lang.String precision)
Specifies the precision of this component. |
void |
setConverter(javax.faces.convert.Converter converter)
Specifies the number converter |
void |
setNumberFormat(oracle.adf.view.faces.bi.component.util.NumberFormat format)
Deprecated. Use Converter Sets the number format |
void |
setNumberType(int type)
Sets the type of number to be displayed in the tick label. |
void |
setScaling(java.lang.String scaling)
Specifies the scaling of this component. |
| Methods inherited from class oracle.adf.view.faces.bi.component.gauge.BaseLabel |
|---|
getPosition, resetStyleProperties, setPosition |
| Methods inherited from class oracle.adf.view.faces.bi.component.gauge.BaseText |
|---|
getGaugeFont, restoreState, setGaugeFont |
| 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 |
| Field Detail |
|---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey NUMBER_FORMAT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey NUMBER_TYPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CONVERTER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SCALING_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey AUTOPRECISION_KEY
| Constructor Detail |
|---|
public MetricLabel()
| Method Detail |
|---|
@Deprecated public oracle.adf.view.faces.bi.component.util.NumberFormat getNumberFormat()
@Deprecated public void setNumberFormat(oracle.adf.view.faces.bi.component.util.NumberFormat format)
format - public int getNumberType()
Gauge beginning with
NT_public void setNumberType(int type)
type - Integer representing the type of number intended
for display in this gauge; valid values are constants
in the Gauge class beginning with
NT_public java.lang.String getScaling()
public void setScaling(java.lang.String scaling)
scaling - the scaling factorpublic java.lang.String getAutoPrecision()
public void setAutoPrecision(java.lang.String precision)
precision - the precisionpublic javax.faces.convert.Converter getConverter()
public void setConverter(javax.faces.convert.Converter converter)
converter - the numberConverterpublic void applyProperties(java.util.HashMap map)
BIComplexAttributeBase
applyProperties in class BaseTextmap - hashMap that contains property value pairs.protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class BaseLabel
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||