|
Oracle Application Development Framework Model Java API Reference 10g Release 3 (10.1.3) B25778-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RowSetListener | |
| oracle.adf.model.binding | Contains the abstract implementation of ADFm binding objects. |
| 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 RowSetListener in oracle.adf.model.binding |
| Classes in oracle.adf.model.binding that implement RowSetListener | |
class |
DCIteratorBindingDCIteratorBinding is the binding class that interacts with RowIterator objects to iterate over rows and provide the current row(s) for use in a client application or to view via various control bindings. |
| Methods in oracle.adf.model.binding that return RowSetListener | |
protected RowSetListener |
DCIteratorBinding.getMasterListener() |
| Uses of RowSetListener in oracle.jbo.uicli.binding |
| Classes in oracle.jbo.uicli.binding that implement RowSetListener | |
class |
JUCtrlBoolBindingImplements data binding support for controls that allow only one of two values, like a checkbox. |
class |
JUCtrlListBindingA JUCtrlAttrsBinding class responsible displaying a list of values from a static list or a list calculated at runtime using another BC4J ViewObject/RowIterator. |
class |
JUCtrlScrollBindingImplements binding of controls like Scrollbar, Slider, etc to a ViewObject. |
class |
JUIteratorBindingJUIteratorBinding 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 RowSetListener in oracle.jbo.uicli.controls |
| Classes in oracle.jbo.uicli.controls that implement RowSetListener | |
class |
JUNavigationBarImplements a data-aware toolbar. |
class |
JUStatusBarJUStatusBar |
| Uses of RowSetListener in oracle.jbo.uicli.jui |
| Classes in oracle.jbo.uicli.jui that implement RowSetListener | |
(package private) class |
oracle.jbo.uicli.jui.JUBoundedRangeBindingImplements interaction with Swing's BoundedRangeModel and the corresponding JClient binding class for controls that support scrolling, such as JUCtrlScrollBinding. |
class |
JUButtonBindingImplements binding a Swing AbstractButton object with a BC4J attribute. |
class |
JUButtonGroupBindingBinds 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 |
JUComboBoxBindingImplements binding a Swing JComboBox to a BC4J Attribute or ViewObject or as an LOV (list of values). |
class |
JUListSingleSelBindingImplements binding a Swing JList (in single selection mode) to a BC4J Attribute, ViewObject, or as an LOV. |
class |
JULovButtonBindingBinds 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 |
JUProgressBarBindingImplements binding a JProgressBar control with a BC4J RowSetIterator/ViewObject. |
class |
JUScrollBarBindingImplements binding a JScrollBar control with a BC4J RowSetIterator/ViewObject. |
class |
JUSliderBindingImplements binding a JSlider control with a BC4J RowSetIterator/ViewObject. |
class |
JUSpinnerBindingImplements binding for JSpinner control. |
|
Oracle Application Development Framework Model Java API Reference 10g Release 3 (10.1.3) B25778-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||