|
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.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
java.util.LinkedHashSet<E>
oracle.adf.view.faces.bi.component.pivotTable.SelectionSet<E>
public abstract class SelectionSet<E extends CellRange>
A set of ranges of cells. A Selection contains 3 SelectionSets,
for the column header, row header, and databody. At most one of these sets may be
non-empty at a time.
| Constructor Summary | |
|---|---|
SelectionSet()
Creates a new, empty selection set. |
|
| Method Summary | |
|---|---|
protected DataModel |
getDataModel()
Returns the data model used by this selection. |
protected PivotTableModel |
getPivotTableModel()
Deprecated. Use the getDataModel method instead. |
protected void |
setDataModel(DataModel model)
Sets the data model on the selection set. |
protected void |
setPivotTableModel(PivotTableModel model)
Deprecated. Use the setDataModel method instead. |
| 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 SelectionSet()
| Method Detail |
|---|
protected void setDataModel(DataModel model)
model - the data modelprotected DataModel getDataModel()
@Deprecated protected void setPivotTableModel(PivotTableModel model)
setDataModel method instead.
model - the Pivot Table model@Deprecated protected PivotTableModel getPivotTableModel()
getDataModel method instead.
|
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 | ||||||||