|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| 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.BottomLabel
public class BottomLabel
Defines properties for the bottom label of a gauge.
| Field Summary | |
|---|---|
protected java.lang.String |
m_text
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
TEXT_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
| 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()
|
|
| Method Summary | |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
int |
getPosition()
Returns the position of the label. |
java.lang.String |
getText()
Get the BottomLabel text |
void |
setPosition(int position)
Specifies the position of the label. |
void |
setPosition(java.lang.String position)
Specifies the location of the label. |
void |
setText(java.lang.String text)
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, 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 BaseLabelGaugeAttributes.LP_NONE, GaugeAttributes.LP_BELOW_GAUGE,
GaugeAttributes.LP_INSIDE_GAUGE.public void setPosition(int position)
setPosition in class BaseLabelposition - 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 BaseLabelposition - the String indicating where the labels are placed. Valid values are: public java.lang.String getText()
Stringpublic 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.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||