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


oracle.dss.util.gui.layout
Interface LayoutPivotingListener

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

public interface LayoutPivotingListener
extends java.util.EventListener

Listener for pivot events in a LayoutAccess. Layout panels notify any registered implementations of this interface, whenever a pivot is about to take place in a LayoutAccess. Implementations can consume the LayoutPivotEvent to prevent the pivot from occurring.

Note that changes to the LayoutAccess do not affect the original query until the Layout.apply method is called.

See Also:
Layout, LayoutPivotingEvent, LayoutAccess

Method Summary
 void layoutPivoted(LayoutPivotingEvent e)
          Fired when a pivot event has occurred Layout panels call this method on registered listeners, to notify the listeners that a pivot has occurred on the LayoutAccess that the Layout is using.
 void layoutPivoting(LayoutPivotingEvent e)
          Responds to pivot events that are about to occur.

 

Method Detail

layoutPivoting

public void layoutPivoting(LayoutPivotingEvent e)
Responds to pivot events that are about to occur. Layout panels call this method on registered listeners, to notify the listeners that a pivot is about to occur on the LayoutAccess that the Layout is using.
Parameters:
e - Information about the pivot event.

layoutPivoted

public void layoutPivoted(LayoutPivotingEvent e)
Fired when a pivot event has occurred Layout panels call this method on registered listeners, to notify the listeners that a pivot has occurred on the LayoutAccess that the Layout is using.
Parameters:
e - Information about the pivot event.

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


Copyright © 2003, Oracle. All Rights Reserved.