|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.model.CellIndex
oracle.adf.view.faces.bi.model.DataCellIndex
public class DataCellIndex
Contains the zero-based indexes of the row and column of a data cell.
| Constructor Summary | |
|---|---|
DataCellIndex(int row,
int column)
Creates a new DataCellIndex with the specified row and column. |
|
| Method Summary | |
|---|---|
boolean |
equals(DataCellIndex dataCellIndex)
|
boolean |
equals(java.lang.Object obj)
Returns true if and only if the specified object is a DataCellIndex
whose row and column are equal to those of this DataCellIndex. |
int |
getColumn()
Returns the datacell's column. |
int |
getRow()
Returns the datacell's row. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataCellIndex(int row,
int column)
DataCellIndex with the specified row and column.
row - the row of the datacellcolumn - the column of the datacell| Method Detail |
|---|
public int getRow()
public int getColumn()
public boolean equals(java.lang.Object obj)
true if and only if the specified object is a DataCellIndex
whose row and column are equal to those of this DataCellIndex.
equals in class java.lang.Objectobj - the object to test for equality
true if the specified object is equal to this DataCellIndex object; false otherwisepublic boolean equals(DataCellIndex dataCellIndex)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||