|
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.BaseFrame
oracle.adf.view.faces.bi.component.gauge.LegendArea
Deprecated. This component is used with the UIGauge, which is deprecated. UIDialGauge, UILedGauge, or UIStatusMeterGauge should be used instead.
@Deprecated
public class LegendArea
Defines properties for the legend area of a gauge.
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
POSITION_KEY Deprecated. |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE Deprecated. |
Fields inherited from class oracle.adf.view.faces.bi.component.gauge.BaseFrame |
---|
BORDER_COLOR_KEY, FILL_COLOR_KEY, m_defaultBorderColor, m_defaultColor, m_defaultRendered, RENDERED_KEY, SFX_KEY |
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
ID_KEY, m_parent, TRANSIENT_KEY |
Constructor Summary | |
---|---|
LegendArea() Deprecated. |
Method Summary | |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() Deprecated. |
int |
getPosition() Deprecated. Gets the position of this label. |
protected void |
resetStyleProperties() Deprecated. |
void |
setPosition(int position) Deprecated. Sets the position of this metric label. |
void |
setPosition(java.lang.String position) Deprecated. Sets the position of the legend. |
Methods inherited from class oracle.adf.view.faces.bi.component.gauge.BaseFrame |
---|
getBorderColor, getFillColor, getSpecialEffects, isRendered, restoreState, setBorderColor, setFillColor, setRendered, setSpecialEffects |
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
applyProperties, 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 POSITION_KEY
Constructor Detail |
---|
public LegendArea()
Method Detail |
---|
public int getPosition()
GaugeConstants
class starting with LAP_.public void setPosition(int position)
position
- Integer representing where the legend should be placed; valid constants are in the GaugeConstants
class starting with LAP_.public void setPosition(java.lang.String position)
position
- String representing where the legend should be placed.protected void resetStyleProperties()
resetStyleProperties
in class BaseFrame
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BaseFrame
|
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 |