Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Uses of Class
oracle.jbo.NavigationEvent

Packages that use NavigationEvent
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.uicli.binding Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. 
oracle.jbo.uicli.controls Contains classes that implement ADF Swing 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.adf.model.binding

 

Methods in oracle.adf.model.binding with parameters of type NavigationEvent
 void DCIteratorBinding.navigated(NavigationEvent event)
          Calls updateNavigated() for all DCCtrlRangeBinding instances associated with this iterator binding object, or calls updateValuesFromRow() on all other control binding instances, passing in the current row instance from the RowIterator.
protected  void DCBindingContainer.navigated(DCIteratorBinding iter, NavigationEvent event)
          Invoked when a DCIteratorBinding receives a navigated Event from BC4J RowSetIterator

 

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.

 

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  void JUFormBinding.navigated(DCIteratorBinding 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 JUCtrlParameterBinding.updateNavigated(NavigationEvent event)
          Overridden as a no-op.
 void JUCtrlListBinding.navigated(NavigationEvent event)
          *** For internal framework use only ***
 void JUCtrlHierNodeBinding.updateNavigated(NavigationEvent event)
           
 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 JUTreeNodeBinding.updateNavigated(NavigationEvent event)
           
 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(DCIteratorBinding iter, NavigationEvent event)
          Invoked when a JUIteratorBinding receives a navigated Event from BC4J RowSetIterator

 


Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


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