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.imageView
Class ThresholdSet

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.imageView.ThresholdSet
All Implemented Interfaces:
javax.faces.component.StateHolder
Direct Known Subclasses:
ThresholdSet, ThresholdSet

public class ThresholdSet
extends BIComplexAttributeBase

Since:
11.0

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey THRESHOLD_MAP_KEY
           
static BIFacesBeanImpl.Type TYPE
           
 
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
ID_KEY, m_parent, TRANSIENT_KEY
 
Constructor Summary
ThresholdSet()
           
 
Method Summary
 void applyProperties(java.util.HashMap map)
          Applications do not need to call this method.
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 Threshold getImageViewThreshold(int i, boolean createNew)
          Internal use only.
 java.util.Map getThresholdMap()
           
protected  Threshold newInstance()
          Internal use only.
 void resetStyleProperties()
           
 void setThresholdMap(java.util.Map map)
           
 
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
getBooleanProperty, getFacesBean, getId, getParent, getProperty, 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 BIFacesBeanImpl.Type TYPE

THRESHOLD_MAP_KEY

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

ThresholdSet

public ThresholdSet()
Method Detail

applyProperties

public void applyProperties(java.util.HashMap map)
Applications do not need to call this method. This is for internal use.

Overrides:
applyProperties in class BIComplexAttributeBase
Parameters:
map - hashMap that contains property value pairs.
For internal use only. Application developers should not use this

resetStyleProperties

public void resetStyleProperties()

setThresholdMap

public void setThresholdMap(java.util.Map map)

getThresholdMap

public java.util.Map getThresholdMap()

getImageViewThreshold

public Threshold getImageViewThreshold(int i,
                                       boolean createNew)
Internal use only. This method is required to maintain compatibility for the ThresholdSet classes in the gauge and graph packages. It is used by the common tag class to get the Threshold object.

Parameters:
i -
createNew -
Returns:
For internal use only. Application developers should not use this

newInstance

protected Threshold newInstance()
Internal use only. Helper for getImageViewThreshold, this method is overridden in the subclasses.

Returns:
For internal use only. Application developers should not use this

getBeanType

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

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.