Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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.client.remote   
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.common.ws   
oracle.jbo.server.remote   
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.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.
 void RowNavigationListener.navigated(NavigationEvent event)
          Invoked when the current-row designation changes.

 

Uses of NavigationEvent in oracle.jbo.client.remote

 

Methods in oracle.jbo.client.remote with parameters of type NavigationEvent
 void ViewUsageImpl.navigated(NavigationEvent event)
           

 

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.common.ws

 

Methods in oracle.jbo.common.ws with parameters of type NavigationEvent
 void WSRowSetImpl.navigated(NavigationEvent event)
           

 

Uses of NavigationEvent in oracle.jbo.server.remote

 

Methods in oracle.jbo.server.remote with parameters of type NavigationEvent
 void RuntimeViewRowSetIteratorInfo.navigated(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  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 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 ADF Model and Business Components API Reference 10.1.2 B14022-02


 

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