oracle.adf.view.faces.bi.component.gauge
Class BaseLabel
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
- All Implemented Interfaces:
- javax.faces.component.StateHolder
- Direct Known Subclasses:
- BottomLabel, MetricLabel, TickLabel, TopLabel
public abstract class BaseLabel
- extends BaseText
- Since:
- 11.0
Field Summary |
protected int |
m_defaultPosition
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
POSITION_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
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 |
TYPE
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
POSITION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey POSITION_KEY
m_defaultPosition
protected int m_defaultPosition
BaseLabel
public BaseLabel()
getPosition
public int getPosition()
- Gets the position of this label.
- Returns:
- Integer representing where the label
should be placed; valid constants
are in the
CoreGauge
class starting with LP_.
setPosition
public void setPosition(int position)
- Sets the position of this metric label.
- Parameters:
position
- Integer representing where the metric
label should be placed; valid constants
are in the CoreGauge
class starting with LP_.
resetStyleProperties
protected void resetStyleProperties()
- Overrides:
resetStyleProperties
in class BaseText
getBeanType
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
- Overrides:
getBeanType
in class BaseText
Copyright © 1997, 2009, Oracle. All rights reserved.