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

E12063-08

oracle.adf.view.faces.bi.component.graph
Class BaseFormat

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

public class BaseFormat
extends BIComplexAttributeBase

The base component class for format tag under marker text. There are X1Format, Y1Format, Y2Format, ZFormat and StockVolumeFormat. User can specify scaling, autoPrecision and converter on this format to format the marker text as well as tooltip of the specific axis.

Since:
11.1.2.0.0

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey AUTOPRECISION_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey CONVERTER_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey NUMBER_FORMAT_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SCALING_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
BaseFormat()
           
 
Method Summary
 java.lang.String getAutoPrecision()
          Retrieves the precision of this component.
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 javax.faces.convert.Converter getConverter()
          Retrieves the number converter
 oracle.adf.view.faces.bi.component.util.NumberFormat getNumberFormat()
          Deprecated. Use Converter Retrieves the number format for data axis
 java.lang.String getScaling()
          Retrieves the scaling of this component.
 void setAutoPrecision(java.lang.String precision)
          Specifies the precision of this component.
 void setConverter(javax.faces.convert.Converter converter)
          Specifies the number converter
 void setNumberFormat(oracle.adf.view.faces.bi.component.util.NumberFormat format)
          Deprecated. Use Converter Specifies the number format for data axis
 void setScaling(java.lang.String scaling)
          Specifies the scaling of this component.
 
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
applyProperties, 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 org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE

NUMBER_FORMAT_KEY

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

CONVERTER_KEY

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

SCALING_KEY

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

AUTOPRECISION_KEY

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

BaseFormat

public BaseFormat()
Method Detail

getNumberFormat

@Deprecated
public oracle.adf.view.faces.bi.component.util.NumberFormat getNumberFormat()
Deprecated. Use Converter Retrieves the number format for data axis

Returns:
the number format

setNumberFormat

@Deprecated
public void setNumberFormat(oracle.adf.view.faces.bi.component.util.NumberFormat format)
Deprecated. Use Converter Specifies the number format for data axis

Parameters:
format - the number format

getScaling

public java.lang.String getScaling()
Retrieves the scaling of this component. It is the scaling for numbers that are displayed. Valid values are:

Returns:
the scaling factor

setScaling

public void setScaling(java.lang.String scaling)
Specifies the scaling of this component. It is the scaling for numbers that are displayed. Valid values are:

Parameters:
scaling - the scaling factor

getAutoPrecision

public java.lang.String getAutoPrecision()
Retrieves the precision of this component. Whether to turn on the automatic precision for decimal digits. Valid values are:

Returns:
the precision

setAutoPrecision

public void setAutoPrecision(java.lang.String precision)
Specifies the precision of this component. Whether to turn on the automatic precision for decimal digits. Valid values are:

Parameters:
precision - the precision

getConverter

public javax.faces.convert.Converter getConverter()
Retrieves the number converter

Returns:
the numberConverter

setConverter

public void setConverter(javax.faces.convert.Converter converter)
Specifies the number converter

Parameters:
converter - the numberConverter

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

E12063-08

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