|
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.HeaderCellRange
public class HeaderCellRange
This class represents the range of header cells from the specified start cell to the specified end cell, inclusive. Only header cells starting in the same layer can be selected together. Thus, the start and end cells must start in the same layer. If the range spans any header cells that do not start in that layer, those header cells are not part of the range.
Constructor Summary | |
---|---|
HeaderCellRange(HeaderCellKey key)
This constructor creates a range consisting of a single header cell. |
|
HeaderCellRange(HeaderCellKey startKey,
HeaderCellKey endKey)
This constructor creates a multi-cell range. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
HeaderCellIndex |
getEndIndex(DataModel model)
This method returns the endIndex of a multi-cell range, or null for a single-cell range. |
HeaderCellKey |
getEndKey()
|
java.lang.Object |
getPrivateData()
For use by pivot table only. |
HeaderCellIndex |
getStartIndex(DataModel model)
This method returns the startIndex of a multi-cell range, or the index of a single-cell range. |
HeaderCellKey |
getStartKey()
|
int |
hashCode()
|
boolean |
isSingleCell()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HeaderCellRange(HeaderCellKey key)
public HeaderCellRange(HeaderCellKey startKey, HeaderCellKey endKey)
Method Detail |
---|
public HeaderCellKey getStartKey()
public HeaderCellKey getEndKey()
public boolean isSingleCell()
public HeaderCellIndex getStartIndex(DataModel model)
public HeaderCellIndex getEndIndex(DataModel model)
public java.lang.Object getPrivateData()
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 |