|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface describes the API to which a class implementing data and object selection for view beans must adhere.
| Method Summary | |
boolean |
canSelectComponent(Dataview view, ComponentHandle component)Can the given component be selected? |
boolean |
canSelectComponents(Dataview view)Can any components be selected? |
void |
componentSelected(Dataview view, ComponentHandle component)The given component was selected. |
| Methods inherited from interface oracle.dss.dataView.Manager |
dataSourceChanged |
| Method Detail |
public boolean canSelectComponents(Dataview view)
view - the view needing selection resolutionpublic boolean canSelectComponent(Dataview view, ComponentHandle component)
view - the view needing selection resolutioncomponent - the component that has been clicked on for selectionpublic void componentSelected(Dataview view, ComponentHandle component)
view - the view needing selection resolutioncomponent - the component that has been selected
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||