public class IndicatorBar extends BIComplexAttributeBase
| Modifier and Type | Field and Description |
|---|---|
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 |
ID_KEY, m_parent, TRANSIENT_KEY| Constructor and Description |
|---|
IndicatorBar() |
| Modifier and Type | Method and Description |
|---|---|
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 bar.
|
SpecialEffects |
getSpecialEffects() |
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 bar.
|
void |
setSpecialEffects(SpecialEffects sfx) |
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 SFX_KEY
public java.awt.Color getFillColor()
public void setFillColor(java.awt.Color newColor)
newColor - The fill color of the indicator bar.public java.awt.Color getBorderColor()
public void setBorderColor(java.awt.Color newColor)
newColor - The border color of the indicator.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