Skip navigation links

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

E17492-04


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

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.geoMap.PointStyleSet

All Implemented Interfaces:
javax.faces.component.StateHolder

public class PointStyleSet
extends BIComplexAttributeBase

This complex attributes contains a set that has all the point style item


Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey POINTSTYLE_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
PointStyleSet()
           

 

Method Summary
 PointStyleItem findPointStyleFromRange(java.lang.String key)
          For internal use only.
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 PointStyleItem getDefaultPointStyleItem(boolean createNew)
          For internal use only.
 PointStyleItem getPointStyleItem(java.lang.String key, boolean createNew)
          For internal use only.
 java.util.Map getPointStyleMap()
          Return a map of point style items
 java.lang.Object getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
          For internal use only.
 void setPointStyleMap(java.util.Map map)
          Specifies a map of point style item for the point Theme

 

Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getPropertyKey, getSetAttributeIndex, 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

POINTSTYLE_MAP_KEY

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

Constructor Detail

PointStyleSet

public PointStyleSet()

Method Detail

getDefaultPointStyleItem

public PointStyleItem getDefaultPointStyleItem(boolean createNew)
For internal use only. Application developers should not use this.
For internal use only. Application developers should not use this

findPointStyleFromRange

public PointStyleItem findPointStyleFromRange(java.lang.String key)
For internal use only. Application developers should not use this.
For internal use only. Application developers should not use this

getPointStyleItem

public PointStyleItem getPointStyleItem(java.lang.String key,
                                        boolean createNew)
For internal use only. Application developers should not use this.
For internal use only. Application developers should not use this

setPointStyleMap

public void setPointStyleMap(java.util.Map map)
Specifies a map of point style item for the point Theme
Parameters:
map - A map of point style item.

getPointStyleMap

public java.util.Map getPointStyleMap()
Return a map of point style items
Returns:
a map of point style items

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)
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

Skip navigation links

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

E17492-04


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