|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.control.NavigatedAdapter
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 |
public NavigatedAdapter()
Method Detail |
public void navigatedInColumn(NavigatedEvent event)
navigatedInColumn
in interface NavigatedListener
event
- A NAVIGATE_IN type of event with a column level change.public void navigatedOutColumn(NavigatedEvent event)
navigatedOutColumn
in interface NavigatedListener
event
- A NAVIGATE_OUT type of event with a column level change.public void navigatedInRow(NavigatedEvent event)
navigatedInRow
in interface NavigatedListener
event
- A NAVIGATE_IN type of event with a row level change.public void navigatedOutRow(NavigatedEvent event)
navigatedOutRow
in interface NavigatedListener
event
- A NAVIGATE_OUT type of event with a row level change.public void navigatedInQueryView(NavigatedEvent event)
navigatedInQueryView
in interface NavigatedListener
event
- A NAVIGATE_IN type of event with a queryview level of
change.public void navigatedOutQueryView(NavigatedEvent event)
navigatedOutQueryView
in interface NavigatedListener
event
- A NAVIGATE_OUT type of event with a queryview level change.public void navigatedInSession(NavigatedEvent event)
navigatedInSession
in interface NavigatedListener
event
- A NAVIGATE_IN type of event with a work unit level of
change.public void navigatedOutSession(NavigatedEvent event)
navigatedOutSession
in interface NavigatedListener
event
- A NAVIGATE_OUT type of event with a workunit level change.
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.