|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.gauge.Indicator
public class Indicator
Defines properties for the indicator on a dial or led gauge.
| Field Summary | |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
BORDER_COLOR_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
FILL_COLOR_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SFX_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
TYPE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
USETHRESHOLDFILLCOLOR_KEY
|
| Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
|---|
ID_KEY, m_parent, TRANSIENT_KEY |
| Constructor Summary | |
|---|---|
Indicator()
|
|
| Method Summary | |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
java.awt.Color |
getBorderColor()
Retrieves the border color of the indicator. |
java.awt.Color |
getFillColor()
Retrieves the fill color of the indicator. |
SpecialEffects |
getSpecialEffects()
|
int |
getType()
Retrieves the type of this indicator. |
boolean |
isUseThresholdFillColor()
Indicates whether the color of the threshold in which the indicator falls should override the indicator color. |
protected void |
resetStyleProperties()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
|
void |
setBorderColor(java.awt.Color newColor)
Specifies the border color of the indicator. |
void |
setFillColor(java.awt.Color newColor)
Specifies the fill color of the indicator. |
void |
setSpecialEffects(SpecialEffects sfx)
|
void |
setType(int type)
Specifies the type of this indicator. |
void |
setType(java.lang.String type)
Specifies the kind of indicator used. |
void |
setUseThresholdFillColor(boolean yesNo)
Indicates whether the color of the threshold in which the indicator falls should override the indicator color. |
| Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
|---|
applyProperties, 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 |
| Field Detail |
|---|
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 USETHRESHOLDFILLCOLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TYPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SFX_KEY
| Constructor Detail |
|---|
public Indicator()
| Method Detail |
|---|
public java.awt.Color getFillColor()
public void setFillColor(java.awt.Color newColor)
newColor - The fill color of the indicator.public java.awt.Color getBorderColor()
public void setBorderColor(java.awt.Color newColor)
newColor - The border color of the indicator.public boolean isUseThresholdFillColor()
true if threshold color should override
indicator color, false otherwise.public void setUseThresholdFillColor(boolean yesNo)
public int getType()
public void setType(int type)
type - The type of this indicator.public void setType(java.lang.String type)
type - Valid values are:
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
restoreState in interface javax.faces.component.StateHolderrestoreState in class BIComplexAttributeBasepublic 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.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||