|
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
Deprecated. This component is used with the UIGauge, which is deprecated. UIDialGauge, UILedGauge, or UIStatusMeterGauge should be used instead.
@Deprecated
public class BaseFrame
Base class for frame objects in a gauge, such as the upper label frame or lower label frame.
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
BORDER_COLOR_KEY Deprecated. |
static org.apache.myfaces.trinidad.bean.PropertyKey |
FILL_COLOR_KEY Deprecated. |
protected java.awt.Color |
m_defaultBorderColor Deprecated. |
protected java.awt.Color |
m_defaultColor Deprecated. |
protected boolean |
m_defaultRendered Deprecated. |
static org.apache.myfaces.trinidad.bean.PropertyKey |
RENDERED_KEY Deprecated. |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SFX_KEY Deprecated. |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE Deprecated. |
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
ID_KEY, m_parent, TRANSIENT_KEY |
Constructor Summary | |
---|---|
BaseFrame() Deprecated. |
Method Summary | |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() Deprecated. |
java.awt.Color |
getBorderColor() Deprecated. Retrieves the border color of this object. |
java.awt.Color |
getFillColor() Deprecated. Retrieves the fill color of this object. |
SpecialEffects |
getSpecialEffects() Deprecated. |
boolean |
isRendered() Deprecated. Indicates whether this object is rendered. |
protected void |
resetStyleProperties() Deprecated. |
void |
restoreState(javax.faces.context.FacesContext context, java.lang.Object stateObj) Deprecated. |
void |
setBorderColor(java.awt.Color newColor) Deprecated. Specifies the border color of this object. |
void |
setFillColor(java.awt.Color newColor) Deprecated. Specifies the fill color of this object. |
void |
setRendered(boolean rendered) Deprecated. Specifies whether this object is rendered. |
void |
setSpecialEffects(SpecialEffects sfx) Deprecated. |
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 |
---|
protected java.awt.Color m_defaultColor
protected java.awt.Color m_defaultBorderColor
protected boolean m_defaultRendered
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey FILL_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BORDER_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey RENDERED_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SFX_KEY
Constructor Detail |
---|
public BaseFrame()
Method Detail |
---|
public java.awt.Color getFillColor()
public void setFillColor(java.awt.Color newColor)
newColor
- The color of this object.public java.awt.Color getBorderColor()
public void setBorderColor(java.awt.Color newColor)
newColor
- The border color of this object.public boolean isRendered()
true
if it is rendered, false
if it is not rendered.public void setRendered(boolean rendered)
rendered
- true
to make it rendered, false
to make it not rendered.public void restoreState(javax.faces.context.FacesContext context, java.lang.Object stateObj)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class BIComplexAttributeBase
public SpecialEffects getSpecialEffects()
public void setSpecialEffects(SpecialEffects sfx)
protected void resetStyleProperties()
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComplexAttributeBase
|
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 |