Business Components

Uses of Class
oracle.jbo.NavigationEvent

Packages that use.*
PackageDescription
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
TypeName
 void RowNavigationListener.navigated(NavigationEvent event)
          Invoked when the current-row designation changes.
 void RowSetListener.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
TypeName
 void RowSetHelper.fireNavigationEvent(NavigationEvent event)
           
 

Uses of NavigationEvent in oracle.jbo.uicli.binding
 

Methods in oracle.jbo.uicli.binding with parameters of type NavigationEvent
TypeName
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 JUCtrlAttrsBinding.updateNavigated(NavigationEvent event)
          Overridden as a no-op.
 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 JUIteratorBinding.navigated(NavigationEvent event)
          *** For internal framework use only ***
 

Uses of NavigationEvent in oracle.jbo.uicli.controls
 

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

Uses of NavigationEvent in oracle.jbo.uicli.jui
 

Methods in oracle.jbo.uicli.jui with parameters of type NavigationEvent
TypeName
 void JUTableBinding.updateNavigated(NavigationEvent event)
          Adjusts the display to move the current row selection to the new current row.
 


Business Components