|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
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.BaseLabel
oracle.adf.view.faces.bi.component.gauge.BottomLabel
Deprecated. This component is used with the UIGauge, which is deprecated. UIDialGauge, UILedGauge, or UIStatusMeterGauge should be used instead.
@Deprecated
public class BottomLabel
Defines properties for the bottom label of a gauge.
Field Summary | |
---|---|
protected java.lang.String |
m_text Deprecated. |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TEXT_KEY Deprecated. |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE Deprecated. |
Fields inherited from class oracle.adf.view.faces.bi.component.gauge.BaseLabel |
---|
a_aboveGauge, a_belowGauge, a_insideGauge, a_insideGaugeLeft, a_insideGaugeRight, a_none, a_withBottomLabel, 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 | |
---|---|
BottomLabel() Deprecated. |
Method Summary | |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() Deprecated. |
int |
getPosition() Deprecated. Returns the position of the label. |
java.lang.String |
getText() Deprecated. Get the BottomLabel text |
void |
setPosition(int position) Deprecated. Specifies the position of the label. |
void |
setPosition(java.lang.String position) Deprecated. Specifies the location of the label. |
void |
setText(java.lang.String text) Deprecated. Specifies the text for the BottomLabel |
Methods inherited from class oracle.adf.view.faces.bi.component.gauge.BaseLabel |
---|
resetStyleProperties |
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 |
---|
protected java.lang.String m_text
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey TEXT_KEY
Constructor Detail |
---|
public BottomLabel()
Method Detail |
---|
public int getPosition()
getPosition
in class BaseLabel
GaugeAttributes.LP_NONE
, GaugeAttributes.LP_BELOW_GAUGE
, GaugeAttributes.LP_INSIDE_GAUGE
.public void setPosition(int position)
setPosition
in class BaseLabel
position
- the integer constant that represents where the label is placed: GaugeAttributes.LP_NONE
, GaugeAttributes.LP_BELOW_GAUGE
, GaugeAttributes.LP_INSIDE_GAUGE
.public void setPosition(java.lang.String position)
setPosition
in class BaseLabel
position
- the String indicating where the labels are placed. Valid values are:
public java.lang.String getText()
String
public void setText(java.lang.String text)
text
- String to display as the BottomLabelprotected 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.9.0) E52941-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |