Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


Uses of Class
oracle.jbo.NavigationEvent

Packages that use NavigationEvent
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.uicli.binding Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. 
oracle.jbo.uicli.controls Contains classes that implement JClient controls  
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 

 

Uses of NavigationEvent in oracle.jbo

 

Methods in oracle.jbo with parameters of type NavigationEvent
 void RowSetListener.navigated(NavigationEvent event)
          Invoked when the current-row designation changes.
 void RowNavigationListener.navigated(NavigationEvent event)
          Invoked when the current-row designation changes.

 

Uses of NavigationEvent in oracle.jbo.common

 

Methods in oracle.jbo.common with parameters of type NavigationEvent
 void RowSetHelper.fireNavigationEvent(NavigationEvent event)
           

 

Uses of NavigationEvent in oracle.jbo.uicli.binding

 

Methods in oracle.jbo.uicli.binding with parameters of type NavigationEvent
 void JUIteratorBinding.navigated(NavigationEvent event)
          *** For internal framework use only ***
protected abstract  void JUFormBinding.navigated(JUIteratorBinding iter, NavigationEvent event)
          Invoked when a JUIteratorBinding receives a navigated Event from BC4J RowSetIterator
abstract  void JUCtrlValueBinding.updateNavigated(NavigationEvent event)
          Update the current row display as the currency has navigated in the iterator with which this control binding is working.
 void JUCtrlScrollBinding.navigated(NavigationEvent event)
           
 void JUCtrlRangeBinding.updateNavigated(NavigationEvent event)
          Method to handle Navigation event from the BC4J iterator.
 void JUCtrlListBinding.navigated(NavigationEvent event)
          *** For internal framework use only ***
 void JUCtrlAttrsBinding.updateNavigated(NavigationEvent event)
          Overridden as a no-op.

 

Uses of NavigationEvent in oracle.jbo.uicli.controls

 

Methods in oracle.jbo.uicli.controls with parameters of type NavigationEvent
 void JUStatusBar.navigated(NavigationEvent event)
           
 void JUNavigationBar.navigated(NavigationEvent event)
           

 

Uses of NavigationEvent in oracle.jbo.uicli.jui

 

Methods in oracle.jbo.uicli.jui with parameters of type NavigationEvent
 void JUTableBinding.updateNavigated(NavigationEvent event)
          Adjusts the display to move the current row selection to the new current row.
 void JUSpinnerBinding.navigated(NavigationEvent event)
          *** For internal framework use only ***
 void JUPanelRowSetListener.navigated(JUIteratorBinding iter, NavigationEvent event)
          Invoked when the current-row designation changes.
 void JUPanelRowSetAdapter.navigated(JUIteratorBinding iter, NavigationEvent event)
          Invoked when the current-row designation changes.
protected  void JUPanelBinding.navigated(JUIteratorBinding iter, NavigationEvent event)
          Invoked when a JUIteratorBinding receives a navigated Event from BC4J RowSetIterator

 


Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

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