|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.component.pivotTable.DataBlock
public class DataBlock
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.
| 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 |
|---|
public DataBlock(int startRow,
int startColumn,
int rows,
int columns)
DataBlock.
startRow - the start row of the blockstartColumn - the start column of the blockrows - the number of rows in the blockcolumns - the number of columns in the block| Method Detail |
|---|
public int getStartRow()
public int getStartColumn()
public int getRows()
public int getColumns()
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||