@Deprecated public class Indicator extends BIComplexAttributeBase
| Modifier and Type | Field and Description |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
BORDER_COLOR_KEY
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
FILL_COLOR_KEY
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SFX_KEY
Deprecated.
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
TYPE_KEY
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
USETHRESHOLDFILLCOLOR_KEY
Deprecated.
|
ID_KEY, m_parent, TRANSIENT_KEY| Constructor and Description |
|---|
Indicator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
Deprecated.
|
java.awt.Color |
getBorderColor()
Deprecated.
Retrieves the border color of the indicator.
|
java.awt.Color |
getFillColor()
Deprecated.
Retrieves the fill color of the indicator.
|
SpecialEffects |
getSpecialEffects()
Deprecated.
|
int |
getType()
Deprecated.
Retrieves the type of this indicator.
|
boolean |
isUseThresholdFillColor()
Deprecated.
Indicates whether the color of the threshold in which
the indicator falls should override the indicator color.
|
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 the indicator.
|
void |
setFillColor(java.awt.Color newColor)
Deprecated.
Specifies the fill color of the indicator.
|
void |
setSpecialEffects(SpecialEffects sfx)
Deprecated.
|
void |
setType(int type)
Deprecated.
Specifies the type of this indicator.
|
void |
setType(java.lang.String type)
Deprecated.
Specifies the kind of indicator used.
|
void |
setUseThresholdFillColor(boolean yesNo)
Deprecated.
Indicates whether the color of the threshold in which
the indicator falls should override the indicator color.
|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdatedpublic 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
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