Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

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

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

public class BarThemeInfoSet
extends BIComplexAttributeBase

This complex attributes contains a set that has all the BarThemeInfoItem


Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey BARINFO_MAP_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
BarThemeInfoSet()
           
 
Method Summary
 BarThemeInfoItem getBarInfo(int i, boolean createNew)
          For internal use only.
 java.util.Map getBarInfoMap()
          Return a map of BarThemeInfoItem
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
          For internal use only.
 java.lang.Object getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
          For internal use only.
 BIComplexAttributeBase processSetAttribute(int index, java.lang.String className)
          For internal use only.
 void processSetAttributeAndAdd(int index, java.lang.String className, BIComplexAttributeBase toAdd)
          For internal use only.
 void setBarInfoMap(java.util.Map map)
          Setting a map of BarThemeInfoItem
 
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, 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

BARINFO_MAP_KEY

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

BarThemeInfoSet

public BarThemeInfoSet()
Method Detail

getBarInfo

public BarThemeInfoItem getBarInfo(int i,
                                   boolean createNew)
For internal use only. Application developers should not use this.

For internal use only. Application developers should not use this

setBarInfoMap

public void setBarInfoMap(java.util.Map map)
Setting a map of BarThemeInfoItem

Parameters:
map - A map contains BarThemeInfoItem

getBarInfoMap

public java.util.Map getBarInfoMap()
Return a map of BarThemeInfoItem

Returns:
Return a map of BarThemeInfoItem

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
For internal use only. Application developers should not use this.

Specified by:
getBeanType in class BIComplexAttributeBase
For internal use only. Application developers should not use this

getProperty

public java.lang.Object getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
For internal use only. Application developers should not use this.

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

processSetAttribute

public BIComplexAttributeBase processSetAttribute(int index,
                                                  java.lang.String className)
For internal use only. Application developers should not use this.

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

processSetAttributeAndAdd

public void processSetAttributeAndAdd(int index,
                                      java.lang.String className,
                                      BIComplexAttributeBase toAdd)
For internal use only. Application developers should not use this.

Overrides:
processSetAttributeAndAdd 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 2 (11.1.2.1.0)

E17492-02

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