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 ControllerListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ControllerListenerAdapter

public interface ControllerListener
extends java.util.EventListener

Describes non-data-related events a bean user can listen for on the Dataview.


Method Summary
 void componentSelected(ControllerEvent e)
          The component has been selected.
 void componentSelecting(ControllerEvent e)
          The component is about to be selected.
 void componentSized(ControllerEvent e)
          The component has been resized.
 void componentSizing(ControllerEvent e)
          The component is about to be resized.
 void popupTriggered(ControllerEvent e)
          The popup has been triggered for this view.
 void popupTriggering(ControllerEvent e)
          The popup is about to be triggered for this view.

 

Method Detail

componentSizing

void componentSizing(ControllerEvent e)
The component is about to be resized.
Parameters:
e - the event describing the resize

componentSized

void componentSized(ControllerEvent e)
The component has been resized.
Parameters:
e - the event describing the resize

componentSelecting

void componentSelecting(ControllerEvent e)
The component is about to be selected.
Parameters:
e - the event describing the selection

componentSelected

void componentSelected(ControllerEvent e)
The component has been selected.
Parameters:
e - the event describing the selection

popupTriggering

void popupTriggering(ControllerEvent e)
The popup is about to be triggered for this view. Note: this implies that, if set, the implementation for the PopupManager will now be called.
Parameters:
e - the event describing the popup

popupTriggered

void popupTriggered(ControllerEvent e)
The popup has been triggered for this view. Note: this implies that, if set, the implementation for the PopupManager has been called.
Parameters:
e - the event describing the popup

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.