Oracle Data-aware Controls Reference

oracle.dacf.control
Class NavigatedAdapter

java.lang.Object
  extended byoracle.dacf.control.NavigatedAdapter
All Implemented Interfaces:
java.util.EventListener, NavigatedListener

public class NavigatedAdapter
extends java.lang.Object
implements NavigatedListener

This class provides an empty implementation of the NavigatedListener interface.Listeners that are not interested in receiving all the NavigatedEvents should subclass from NavigatedAdapter and override appropriate methods.


Constructor Summary
NavigatedAdapter()
           
 
Method Summary
 void navigatedInColumn(NavigatedEvent event)
          This method is called when Control receiving the focus is bound to a different column than the Control loosing the focus.
 void navigatedInQueryView(NavigatedEvent event)
          This method is called when Control receiving the focus is bound to a different queryview than the Control loosing the focus.
 void navigatedInRow(NavigatedEvent event)
          This method is called when Control receiving the focus is bound to a different row than the Control loosing the focus.
 void navigatedInSession(NavigatedEvent event)
          This method is called when Control receiving the focus is bound to a different workunit than the Control loosing the focus.
 void navigatedOutColumn(NavigatedEvent event)
          This method is called when Control loosing the focus is bound to a different column than the Control gaining the focus.
 void navigatedOutQueryView(NavigatedEvent event)
          This method is called when Control loosing the focus is bound to a different queryview than the Control gaining the focus.
 void navigatedOutRow(NavigatedEvent event)
          This method is called when Control loosing the focus is bound to a different column than the Control gaining the focus.
 void navigatedOutSession(NavigatedEvent event)
          This method is called when Control loosing the focus is bound to a different workunit than the Control gaining the focus.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigatedAdapter

public NavigatedAdapter()
Method Detail

navigatedInColumn

public void navigatedInColumn(NavigatedEvent event)
This method is called when Control receiving the focus is bound to a different column than the Control loosing the focus.

Specified by:
navigatedInColumn in interface NavigatedListener
Parameters:
event - A NAVIGATE_IN type of event with a column level change.

navigatedOutColumn

public void navigatedOutColumn(NavigatedEvent event)
This method is called when Control loosing the focus is bound to a different column than the Control gaining the focus.

Specified by:
navigatedOutColumn in interface NavigatedListener
Parameters:
event - A NAVIGATE_OUT type of event with a column level change.

navigatedInRow

public void navigatedInRow(NavigatedEvent event)
This method is called when Control receiving the focus is bound to a different row than the Control loosing the focus.

Specified by:
navigatedInRow in interface NavigatedListener
Parameters:
event - A NAVIGATE_IN type of event with a row level change.

navigatedOutRow

public void navigatedOutRow(NavigatedEvent event)
This method is called when Control loosing the focus is bound to a different column than the Control gaining the focus.

Specified by:
navigatedOutRow in interface NavigatedListener
Parameters:
event - A NAVIGATE_OUT type of event with a row level change.

navigatedInQueryView

public void navigatedInQueryView(NavigatedEvent event)
This method is called when Control receiving the focus is bound to a different queryview than the Control loosing the focus.

Specified by:
navigatedInQueryView in interface NavigatedListener
Parameters:
event - A NAVIGATE_IN type of event with a queryview level of change.

navigatedOutQueryView

public void navigatedOutQueryView(NavigatedEvent event)
This method is called when Control loosing the focus is bound to a different queryview than the Control gaining the focus.

Specified by:
navigatedOutQueryView in interface NavigatedListener
Parameters:
event - A NAVIGATE_OUT type of event with a queryview level change.

navigatedInSession

public void navigatedInSession(NavigatedEvent event)
This method is called when Control receiving the focus is bound to a different workunit than the Control loosing the focus.

Specified by:
navigatedInSession in interface NavigatedListener
Parameters:
event - A NAVIGATE_IN type of event with a work unit level of change.

navigatedOutSession

public void navigatedOutSession(NavigatedEvent event)
This method is called when Control loosing the focus is bound to a different workunit than the Control gaining the focus.

Specified by:
navigatedOutSession in interface NavigatedListener
Parameters:
event - A NAVIGATE_OUT type of event with a workunit level change.

Oracle Data-aware Controls Reference

 

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