Skip navigation links

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

E12063-03


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
Since:
release specific (what release of product did this appear in) HeaderFormatManager 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.

Constructor Summary
HeaderFormatManager()
           

 

Method Summary
abstract  CellFormat getCellFormat(HeaderCellContext headerCellContext, CellFormat defaultHeaderCellFormat)
          Return the CellFormat associated with the header cell identified by the HeaderCellContext.

 

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

 

Constructor Detail

HeaderFormatManager

public HeaderFormatManager()

Method Detail

getCellFormat

public abstract CellFormat getCellFormat(HeaderCellContext headerCellContext,
                                         CellFormat defaultHeaderCellFormat)
Return the CellFormat associated with the header cell identified by the HeaderCellContext.
Parameters:
headerCellContext - the HeaderCellContext that describes the header cell being formatted.
defaultHeaderCellFormat - the CellFormat that was returned by the UIPivotTable's HeaderFormat MethodBinding
Returns:
CellFormat

Skip navigation links

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

E12063-03


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