|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Methods and fields required for a model. Most developers will use the BI Beans implementations of this interface and of the interfaces that extend this interface.
| Field Summary | |
static int |
VIEW_PAGE_FIRSTGo to the first page. |
static int |
VIEW_PAGE_LASTGo to the last page. |
static int |
VIEW_PAGE_NEXTGo to the next page. |
static int |
VIEW_PAGE_PREVIOUSGo to the previous page. |
| Method Summary | |
void |
addDataListener(DataListener l)Registers a data listener with this model. |
void |
addModelListener( l)Registers a model listener with this model. |
DataAccess |
getDataAccess()Get the data access for this view. |
DataDirector |
getDataDirector()Retrieves the data director for this view. |
DataSource |
getDataSource()Retrieves the data source for this view. |
boolean |
isDrillingEnabled()Indicates whether drilling is allowed in this view. |
void |
removeDataListener(DataListener l)Removes the data listener from this model. |
void |
removeModelListener( l)Removes a model listener from the list of listeners for this model. |
void |
setDataAccess(DataAccess dp)Specifies the data access for this view. |
void |
setDataDirector(DataDirector dd)Specifies the data director for this view. |
void |
setDataSource(DataSource ds)Specifies the data source for this view. |
void |
setDrillingEnabled(boolean b)Specifies whether drilling is allowed in this view. |
| Field Detail |
public static final int VIEW_PAGE_FIRST
public static final int VIEW_PAGE_LAST
public static final int VIEW_PAGE_PREVIOUS
public static final int VIEW_PAGE_NEXT
| Method Detail |
public void addModelListener( l)
l - The listener to add.public void removeModelListener( l)
l - The listener to remove.public void addDataListener(DataListener l)
l - The listener to add.public void removeDataListener(DataListener l)
l - The listener to remove.public void setDataSource(DataSource ds)
ds - The data source for this view.public DataSource getDataSource()
null if no data source has been specified for this view.public void setDataDirector(DataDirector dd)
dd - A DataDirector implementation that has been initialized.public DataDirector getDataDirector()
public void setDataAccess(DataAccess dp)
dp - An implementation of the DataAccess interface.public DataAccess getDataAccess()
DataAccess for this view. This method can return null if no data access has been specified for this view.public void setDrillingEnabled(boolean b)
b - true to enable drilling, false to disable drilling.public boolean isDrillingEnabled()
true if drilling is enabled, false if not.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||