Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

oracle.adf.view.faces.bi.component.geoMap
Class BarThemeInfoItem

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.geoMap.BarThemeInfoItem
All Implemented Interfaces:
javax.faces.component.StateHolder

public class BarThemeInfoItem
extends BIComplexAttributeBase

This complex attributes defines a bar of a bar chart in a barChartTheme


Field Summary
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
           
 
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
ID_KEY, m_parent, TRANSIENT_KEY
 
Constructor Summary
BarThemeInfoItem()
           
 
Method Summary
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()
          Hidden
 java.lang.Object getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
           
 java.lang.String getSetAttributeIndex()
          Hidden
 void setColor(java.awt.Color color)
          Specifies the color of a bar on the bar charts of the mapBarGraphTheme
 void setIndex(int index)
          Hidden
 
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getPropertyKey, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, restoreState, 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

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE

COLOR_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey COLOR_KEY

INDEX_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey INDEX_KEY
Constructor Detail

BarThemeInfoItem

public BarThemeInfoItem()
Method Detail

setIndex

public void setIndex(int index)
Hidden

For internal use only. Application developers should not use this

getIndex

public int getIndex()
Hidden

For internal use only. Application developers should not use this

setColor

public void setColor(java.awt.Color color)
Specifies the color of a bar on the bar charts of the mapBarGraphTheme

Parameters:
color - The color of a bar on the bar chart

getColor

public java.awt.Color getColor()
Return the color of a bar on the bar chart

Returns:
The color of a bar on the bar chart

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Specified by:
getBeanType in class BIComplexAttributeBase

getProperty

public java.lang.Object getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
Overrides:
getProperty in class BIComplexAttributeBase

getSetAttributeIndex

public java.lang.String getSetAttributeIndex()
Hidden

Overrides:
getSetAttributeIndex in class BIComplexAttributeBase
For internal use only. Application developers should not use this

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

Copyright © 1997, 2011, Oracle. All rights reserved.