public class BarThemeInfoItem extends BIComplexAttributeBase
| Modifier and Type | Field and Description |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
COLOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
INDEX_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
ID_KEY, m_parent, TRANSIENT_KEY| Constructor and Description |
|---|
BarThemeInfoItem() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.awt.Color |
getColor()
Return the color of a bar on the bar chart
|
int |
getIndex()
For internal use only.
|
java.lang.Object |
getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key) |
java.lang.String |
getSetAttributeIndex()
For internal use only.
|
void |
setColor(java.awt.Color color)
Specifies the color of a bar on the bar charts of the mapBarGraphTheme
|
void |
setIndex(int index)
For internal use only.
|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getPropertyKey, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, 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 COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INDEX_KEY
public void setIndex(int index)
public int getIndex()
public void setColor(java.awt.Color color)
color - The color of a bar on the bar chartpublic java.awt.Color getColor()
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class BIComplexAttributeBasepublic java.lang.Object getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
getProperty in class BIComplexAttributeBasepublic java.lang.String getSetAttributeIndex()
getSetAttributeIndex in class BIComplexAttributeBase