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


Uses of Interface
oracle.jbo.RowNavigationListener

Packages that use RowNavigationListener
oracle.jbo Contains interfaces for client-side applications. 
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 RowNavigationListener in oracle.jbo

 

Subinterfaces of RowNavigationListener in oracle.jbo
 interface RowSetListener
          Implemented by subscribers to events generated by row sets.

 

Uses of RowNavigationListener in oracle.jbo.uicli.binding

 

Classes in oracle.jbo.uicli.binding that implement RowNavigationListener
 class JUCtrlBoolBinding
          Implements data binding support for controls that allow only one of two values, like a checkbox.
 class JUCtrlListBinding
          A JUCtrlAttrsBinding class responsible displaying a list of values from a static list or a list calculated at runtime using another BC4J ViewObject/RowIterator.
 class JUCtrlScrollBinding
          Implements binding of controls like Scrollbar, Slider, etc to a ViewObject.
 class JUIteratorBinding
          JUIteratorBinding is the binding class that interacts with BC4J RowIterator objects to iterate over rows and provide the current row(s) to display to various control bindings.

 

Uses of RowNavigationListener in oracle.jbo.uicli.controls

 

Classes in oracle.jbo.uicli.controls that implement RowNavigationListener
 class JUNavigationBar
          Implements a data-aware toolbar.
 class JUStatusBar
          JUStatusBar

 

Uses of RowNavigationListener in oracle.jbo.uicli.jui

 

Classes in oracle.jbo.uicli.jui that implement RowNavigationListener
(package private)  class oracle.jbo.uicli.jui.JUBoundedRangeBinding
          Implements interaction with Swing's BoundedRangeModel and the corresponding JClient binding class for controls that support scrolling, such as JUCtrlScrollBinding.
 class JUButtonBinding
          Implements binding a Swing AbstractButton object with a BC4J attribute.
 class JUButtonGroupBinding
          Binds a group of buttons in a panel to an attribute in a ViewObject such that on selection of a given button, this binding works like a LOV binding or used to display an enumerated list for update.
 class JUComboBoxBinding
          Implements binding a Swing JComboBox to a BC4J Attribute or ViewObject or as an LOV (list of values).
 class JUListSingleSelBinding
          Implements binding a Swing JList (in single selection mode) to a BC4J Attribute, ViewObject, or as an LOV.
 class JULovButtonBinding
          Binds a JButton with an iterator such that on button action, an LOV dialog (either a framework default dialog or an application-specific one) is displayed; upon the dialog close, the current row from the associated iterator is used to update values of bound attributes in a target row of a target RowIterator.
 class JUProgressBarBinding
          Implements binding a JProgressBar control with a BC4J RowSetIterator/ViewObject.
 class JUScrollBarBinding
          Implements binding a JScrollBar control with a BC4J RowSetIterator/ViewObject.
 class JUSliderBinding
          Implements binding a JSlider control with a BC4J RowSetIterator/ViewObject.
 class JUSpinnerBinding
          Implements binding for JSpinner control.

 


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


 

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