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

E17492-02

oracle.adf.view.faces.bi.component.pivotTable
Class HeaderFormatManager

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

public abstract class HeaderFormatManager
extends java.lang.Object

Concrete implementations of HeaderFormatManager 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
HeaderFormatManager()
          Sole constructor.
 
Method Summary
abstract  CellFormat getCellFormat(HeaderCellContext headerCellContext, CellFormat defaultHeaderCellFormat)
          Returns the CellFormat associated with the header cell identified by the specified HeaderCellContext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderFormatManager

public HeaderFormatManager()
Sole constructor.

Method Detail

getCellFormat

public abstract CellFormat getCellFormat(HeaderCellContext headerCellContext,
                                         CellFormat defaultHeaderCellFormat)
Returns the CellFormat associated with the header cell identified by the specified HeaderCellContext.

Parameters:
headerCellContext - identifies the header cell being formatted
defaultHeaderCellFormat - the CellFormat that was returned by the UIPivotTable's HeaderFormat MethodBinding
Returns:
the CellFormat for the specified header cell

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

E17492-02

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