|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.LegendText
Deprecated. This component is used with the UIGauge, which is deprecated. UIDialGauge, UILedGauge, or UIStatusMeterGauge should be used instead.
@Deprecated
public class LegendText
Defines properties for the legend text of a gauge.
| Field Summary | |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MIN_LENGTH_KEYDeprecated. |
static org.apache.myfaces.trinidad.bean.PropertyKey |
NUMBER_TYPE_KEYDeprecated. |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPEDeprecated. |
| 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 | |
|---|---|
LegendText()Deprecated. |
|
| Method Summary | |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()Deprecated. |
int |
getMinLength()Deprecated. Retrieves the minimum length of text to display before truncation when there is no room to display all the text. |
int |
getNumberType()Deprecated. Gets the type of number to be displayed for items in the legend. |
protected void |
resetStyleProperties()Deprecated. |
void |
setMinLength(int min)Deprecated. Specifies the minimum length of text to display before truncation when there is no room to display all the text. |
void |
setNumberType(int type)Deprecated. Sets the type of number to be displayed for items in the legend. |
void |
setNumberType(java.lang.String type)Deprecated. Format for numbers that are displayed in the legend. |
| Methods inherited from class oracle.adf.view.faces.bi.component.gauge.BaseText |
|---|
applyProperties, 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, registerAttachedObjectKey, 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_TYPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MIN_LENGTH_KEY
| Constructor Detail |
|---|
public LegendText()
| Method Detail |
|---|
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 void setNumberType(java.lang.String type)
type - Valid values are:
public void setMinLength(int min)
min - the minimum length of textpublic int getMinLength()
protected void resetStyleProperties()
resetStyleProperties in class BaseTextprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class BaseText
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||