Skip navigation links

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

E17492-04


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

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

All Implemented Interfaces:
java.io.Serializable

public class DataBlock
extends java.lang.Object
implements java.io.Serializable

Represents a block of datacells that is downloaded to the client, identified by its start row, start column, number of rows, and number of columns. This class is immutable.

Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Constructor Summary
DataBlock(int startRow, int startColumn, int rows, int columns)
          Constructs a new DataBlock.

 

Method Summary
 int getColumns()
          Returns the number of columns in the block.
 int getRows()
          Returns the number of rows in the block.
 int getStartColumn()
          Returns the start column of the block.
 int getStartRow()
          Returns the start row of the block.

 

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

 

Constructor Detail

DataBlock

public DataBlock(int startRow,
                 int startColumn,
                 int rows,
                 int columns)
Constructs a new DataBlock.
Parameters:
startRow - the start row of the block
startColumn - the start column of the block
rows - the number of rows in the block
columns - the number of columns in the block

Method Detail

getStartRow

public int getStartRow()
Returns the start row of the block.
Returns:
the start row of the block

getStartColumn

public int getStartColumn()
Returns the start column of the block.
Returns:
the start column of the block

getRows

public int getRows()
Returns the number of rows in the block.
Returns:
the number of rows in the block

getColumns

public int getColumns()
Returns the number of columns in the block.
Returns:
the number of columns in the block

Skip navigation links

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

E17492-04


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