Skip navigation links

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

E17492-03


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

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.

Since:
release specific (what release of product did this appear in)

Constructor Summary
DataFormatManager()
          Sole constructor.

 

Method Summary
abstract  CellFormat getCellFormat(DataCellContext dataCellContext, CellFormat defaultDataCellFormat)
          Returns the CellFormat associated with the datacell identified by the specified DataCellContext.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DataFormatManager

public DataFormatManager()
Sole constructor.

Method Detail

getCellFormat

public abstract CellFormat getCellFormat(DataCellContext dataCellContext,
                                         CellFormat defaultDataCellFormat)
Returns the CellFormat associated with the datacell identified by the specified DataCellContext.
Parameters:
dataCellContext - identifies the datacell being formatted.
defaultDataCellFormat - the CellFormat that was returned by the UIPivotTable's DataFormat MethodBinding
Returns:
the CellFormat for the specified datacell

Skip navigation links

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

E17492-03


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