|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
java.util.LinkedHashSet<E>
oracle.adf.view.faces.bi.component.pivotTable.SelectionSet<HeaderCellRange>
oracle.adf.view.faces.bi.component.pivotTable.HeaderCellSelectionSet
public class HeaderCellSelectionSet
| Constructor Summary | |
|---|---|
HeaderCellSelectionSet(int edge)
|
|
| Method Summary | |
|---|---|
java.util.Iterator<HeaderCellIndex> |
cellIndexIterator()
There is no guarantee as to the order in which cells are returned by this iterator. |
java.util.Iterator<HeaderCellKey> |
cellKeyIterator()
There is no guarantee as to the order in which cells are returned by this iterator. |
int |
getEdge()
Returns the edge ( DataDirector.ROW_EDGE or DataDirector.COLUMN_EDGE ) to which this HeaderCellSelectionSet corresponds. |
int |
getLayer()
Returns the index of the startLayer of all the ranges in this set, or -1 if the set is empty or if the layer is unknown at this time. |
| Methods inherited from class oracle.adf.view.faces.bi.component.pivotTable.SelectionSet |
|---|
getDataModel, getPivotTableModel, setDataModel, setPivotTableModel |
| Methods inherited from class java.util.HashSet |
|---|
add, clear, clone, contains, isEmpty, iterator, remove, size |
| Methods inherited from class java.util.AbstractSet |
|---|
equals, hashCode, removeAll |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, containsAll, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Constructor Detail |
|---|
public HeaderCellSelectionSet(int edge)
| Method Detail |
|---|
public java.util.Iterator<HeaderCellKey> cellKeyIterator()
throws DataException
DataException
public java.util.Iterator<HeaderCellIndex> cellIndexIterator()
throws DataException
DataExceptionpublic int getEdge()
public int getLayer()
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||