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.pivotTable
Class DataFormatManager

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.pivotTable.DataFormatManager

public abstract class DataFormatManager
extends java.lang.Object

Since:
release specific (what release of product did this appear in) Concrete implementations of DataFormatManager that implement Externalizable can have their state written to JSF State as well as to the org.apache.myfaces.trinidad.change.SessionChangeManager.

Constructor Summary
DataFormatManager()
           
 
Method Summary
abstract  CellFormat getCellFormat(DataCellContext dataCellContext, CellFormat defaultDataCellFormat)
          Return the CellFormat associated with the data cell identified by the DataCellContext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFormatManager

public DataFormatManager()
Method Detail

getCellFormat

public abstract CellFormat getCellFormat(DataCellContext dataCellContext,
                                         CellFormat defaultDataCellFormat)
Return the CellFormat associated with the data cell identified by the DataCellContext.

Parameters:
dataCellContext - the DataCellContext that describes the data cell being formatted.
defaultDataCellFormat - the CellFormat that was returned by the UIPivotTable's DataFormat MethodBinding
Returns:
CellFormat

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.