Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataView
Interface SelectionManager

All Superinterfaces:
Manager
All Known Subinterfaces:
GridViewSelectionManager

public interface SelectionManager
extends Manager

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

canSelectComponents

public boolean canSelectComponents(Dataview view)
Can any components be selected?
Parameters:
view - the view needing selection resolution
Returns:
true if the view should allow selection of any components; if false, canSelectComponent will not be called.

canSelectComponent

public boolean canSelectComponent(Dataview view,
ComponentHandle component)
Can the given component be selected?
Parameters:
view - the view needing selection resolution
component - the component that has been clicked on for selection
Returns:
true if the view should allow the selection

componentSelected

public void componentSelected(Dataview view,
ComponentHandle component)
The given component was selected.
Parameters:
view - the view needing selection resolution
component - the component that has been selected

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.