|
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 All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adf.view.faces.bi.model.DataModel
oracle.adf.view.faces.bi.model.ImageViewDataModel
oracle.adf.view.faces.bi.model.GraphDataModel
public class GraphDataModel
The model for a view. Concrete subclasses are specific to the view that the model serves.
In the Model-View-Controller architecture, the model is responsible for
handling the data that is displayed in a view. In the full BI Beans set,
the DataSource
is the "big" model. This model interacts
with the DataSource
, manipulating and retrieving data.
Users of a view normally do not need to call any of the methods of this
class.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class oracle.adf.view.faces.bi.model.DataModel |
---|
DataModel.DataValueMap |
Field Summary |
---|
Constructor Summary | |
---|---|
GraphDataModel()
|
|
GraphDataModel(DataSource ds)
|
Method Summary | |
---|---|
void |
setDataDirector(DataDirector dd)
Specifies the data director for this view. |
void |
setDataSource(DataSource ds)
|
Methods inherited from class oracle.adf.view.faces.bi.model.ImageViewDataModel |
---|
getDataMap, getLayerMetadataMap, getMetadataMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphDataModel()
public GraphDataModel(DataSource ds)
Method Detail |
---|
public void setDataSource(DataSource ds)
setDataSource
in class ImageViewDataModel
public void setDataDirector(DataDirector dd)
DataModel
setDataDirector
in class DataModel
dd
- A DataDirector
implementation that has been
initialized.
|
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 All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |