Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Uses of Interface
oracle.apps.fnd.appltest.diagfwk.api.report.RowCell

Packages that use RowCell
oracle.apps.fnd.appltest.diagfwk.api.report Provides APIs that test authors can use when creating the test report during the execution of the test. 
oracle.apps.fnd.appltest.diagfwk.engine.impl.report   
 

Uses of RowCell in oracle.apps.fnd.appltest.diagfwk.api.report
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report that return RowCell
static RowCell ReportElementFactory.createRowCell()
          Creates an empty row cell
static RowCell ReportElementFactory.createRowCell(Message pData)
          Creates a row cell with the given data
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report that return types with arguments of type RowCell
 java.util.List<RowCell> TableRow.getRowDataList()
          Gets the list of cells for this row.
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report with parameters of type RowCell
 void TableRow.addCell(RowCell pRowData)
          Adds a given RowData as the next cell in the table
 

Method parameters in oracle.apps.fnd.appltest.diagfwk.api.report with type arguments of type RowCell
static TableRow ReportElementFactory.createTableRow(java.util.List<RowCell> pRowElems)
          Creates a new TableRow with the given row elements
 

Uses of RowCell in oracle.apps.fnd.appltest.diagfwk.engine.impl.report
 

Subinterfaces of RowCell in oracle.apps.fnd.appltest.diagfwk.engine.impl.report
 interface RowCellExtn
           
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that implement RowCell
 class RowCellExtnImpl
          Maintains a JAXB RowCellType object
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that return types with arguments of type RowCell
 java.util.List<RowCell> TableRowExtnImpl.getRowDataList()
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report with parameters of type RowCell
 void TableRowExtnImpl.addCell(RowCell pRowData)
           
protected static void UTestTestReportGetSetTests.assertEquals(java.lang.String pMsg, RowCell pExpected, RowCell pTest)
           
 


Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.