| 
 | 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 | ||||||||
public interface SelectionManager
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 | 
|---|
boolean canSelectComponents(Dataview view)
view - the view needing selection resolution
boolean canSelectComponent(Dataview view,
                           ComponentHandle component)
view - the view needing selection resolutioncomponent - the component that has been clicked on for selection
void componentSelected(Dataview view,
                       ComponentHandle component)
view - the view needing selection resolutioncomponent - the component that has been
                     selected| 
 | 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 | ||||||||