oracle.adf.view.faces.bi.component.gauge
Class BaseText
java.lang.Object
oracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.gauge.BaseText
- All Implemented Interfaces:
- javax.faces.component.StateHolder
- Direct Known Subclasses:
- BaseLabel, LegendText, LegendTitle
public abstract class BaseText
- extends BIComplexAttributeBase
- Since:
- 11.0
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
GAUGE_FONT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey GAUGE_FONT_KEY
FONT_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FONT_COLOR_KEY
m_defaultFontTypeface
protected java.lang.String m_defaultFontTypeface
m_defaultFontStyle
protected int m_defaultFontStyle
m_defaultFontSize
protected int m_defaultFontSize
m_defaultFontColor
protected java.awt.Color m_defaultFontColor
BaseText
public BaseText()
getGaugeFont
public GaugeFont getGaugeFont()
setGaugeFont
public void setGaugeFont(GaugeFont font)
applyProperties
public void applyProperties(java.util.HashMap map)
- Description copied from class:
BIComplexAttributeBase
- Applications do not need to call this method. This is for internal use.
- Overrides:
applyProperties
in class BIComplexAttributeBase
- Parameters:
map
- hashMap that contains property value pairs.
resetStyleProperties
protected void resetStyleProperties()
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class BIComplexAttributeBase
getBeanType
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
- Specified by:
getBeanType
in class BIComplexAttributeBase
Copyright © 1997, 2009, Oracle. All rights reserved.