Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


oracle.dss.dataView
Interface SelectionManager

All Superinterfaces:
Manager
All Known Implementing Classes:
ManagerAdapter

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

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

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

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


Copyright © 1997, 2012, Oracle. All rights reserved.