|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
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.CellRange
oracle.adf.view.faces.bi.component.pivotTable.DataCellRange
public class DataCellRange
This class represents the rectangular range of datacells from the specified start cell at the top left to the specified end cell at the bottom right, inclusive.
Constructor Summary | |
---|---|
DataCellRange(DataCellKey key)
This constructor creates a range consisting of a single datacell. |
|
DataCellRange(DataCellKey startKey,
DataCellKey endKey)
This constructor creates a rectangular range, spanning one or more rows and one or more columns. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
If object is not a DataCellRange, this method returns false. |
DataCellIndex |
getEndIndex()
Deprecated. |
DataCellIndex |
getEndIndex(DataModel model)
This method returns the endIndex of a multi-cell range, or null for a single-cell range. |
DataCellKey |
getEndKey()
|
DataCellIndex |
getStartIndex()
Deprecated. |
DataCellIndex |
getStartIndex(DataModel model)
This method returns the startIndex of a multi-cell range, or the index of a single-cell range. |
DataCellKey |
getStartKey()
|
int |
hashCode()
|
boolean |
isSingleCell()
|
void |
setEndIndex(DataCellIndex endIndex)
Deprecated. |
void |
setStartIndex(DataCellIndex startIndex)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataCellRange(DataCellKey key)
public DataCellRange(DataCellKey startKey, DataCellKey endKey)
Method Detail |
---|
public DataCellKey getStartKey()
public DataCellKey getEndKey()
public boolean isSingleCell()
public DataCellIndex getStartIndex(DataModel model)
public DataCellIndex getEndIndex(DataModel model)
public DataCellIndex getStartIndex()
public DataCellIndex getEndIndex()
public void setStartIndex(DataCellIndex startIndex)
public void setEndIndex(DataCellIndex endIndex)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |