Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.2)

E12063-10


oracle.adf.view.faces.bi.component.gauge
Class BaseLabel

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.gauge.BaseText
          extended by oracle.adf.view.faces.bi.component.gauge.BaseLabel

All Implemented Interfaces:
javax.faces.component.StateHolder
Direct Known Subclasses:
BottomLabel, MetricLabel, TickLabel, TopLabel

Deprecated. This component is used with the UIGauge, which is deprecated. UIDialGauge, UILedGauge, or UIStatusMeterGauge should be used instead.

@Deprecated
public abstract class BaseLabel
extends BaseText

Base class for label objects in a gauge.

Since:
11.0

Field Summary
protected static java.lang.String a_aboveGauge
          Deprecated.  
protected static java.lang.String a_belowGauge
          Deprecated.  
protected static java.lang.String a_insideGauge
          Deprecated.  
protected static java.lang.String a_insideGaugeLeft
          Deprecated.  
protected static java.lang.String a_insideGaugeRight
          Deprecated.  
protected static java.lang.String a_none
          Deprecated.  
protected static java.lang.String a_withBottomLabel
          Deprecated.  
protected  int m_defaultPosition
          Deprecated.  
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.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
BaseLabel()
          Deprecated.  

 

Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
          Deprecated.  
 int getPosition()
          Deprecated. Returns the position of the label.
protected  void resetStyleProperties()
          Deprecated.  
 void setPosition(int position)
          Deprecated. Specifies the position of the label.
 void setPosition(java.lang.String position)
          Deprecated. Specifies the location of the label.

 

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

a_none

protected static final java.lang.String a_none
Deprecated. 
See Also:
Constant Field Values

a_belowGauge

protected static final java.lang.String a_belowGauge
Deprecated. 
See Also:
Constant Field Values
For internal use only. Application developers should not use this

a_aboveGauge

protected static final java.lang.String a_aboveGauge
Deprecated. 
See Also:
Constant Field Values
For internal use only. Application developers should not use this

a_insideGauge

protected static final java.lang.String a_insideGauge
Deprecated. 
See Also:
Constant Field Values
For internal use only. Application developers should not use this

a_insideGaugeLeft

protected static final java.lang.String a_insideGaugeLeft
Deprecated. 
See Also:
Constant Field Values
For internal use only. Application developers should not use this

a_insideGaugeRight

protected static final java.lang.String a_insideGaugeRight
Deprecated. 
See Also:
Constant Field Values
For internal use only. Application developers should not use this

a_withBottomLabel

protected static final java.lang.String a_withBottomLabel
Deprecated. 
See Also:
Constant Field Values
For internal use only. Application developers should not use this

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
Deprecated. 

POSITION_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey POSITION_KEY
Deprecated. 

m_defaultPosition

protected int m_defaultPosition
Deprecated. 

Constructor Detail

BaseLabel

public BaseLabel()
Deprecated. 

Method Detail

getPosition

public int getPosition()
Deprecated. 
Returns the position of the label.
Returns:
the integer constant that represents where the label is placed. Valid values vary based on the subclass.

setPosition

public void setPosition(int position)
Deprecated. 
Specifies the position of the label.
Parameters:
position - the integer constant that represents where the label is placed. Valid values vary based on the subclass.

setPosition

public void setPosition(java.lang.String position)
Deprecated. 
Specifies the location of the label.
Parameters:
position - the String indicating where the labels are placed. Valid values vary based on the subclass.

resetStyleProperties

protected void resetStyleProperties()
Deprecated. 
Overrides:
resetStyleProperties in class BaseText

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Deprecated. 
Overrides:
getBeanType in class BaseText

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.2)

E12063-10


Copyright © 1997, 2013, Oracle. All rights reserved.