| Package | Description | 
|---|---|
| oracle.adf.model.binding | 
 Contains the abstract implementation of ADFm binding objects. 
 | 
| oracle.jbo | 
 Contains interfaces for client-side applications. 
 | 
| oracle.jbo.client.remote | 
 Contains the platform independent client tier implementation of bc4j(oracle.jbo) interfaces. 
 | 
| oracle.jbo.common | 
 Contains the implementation of components shared by thin clients and the middle tier. 
 | 
| oracle.jbo.common.sdo | |
| oracle.jbo.common.ws | |
| oracle.jbo.server | 
 Contains the implementation of middle tier components. 
 | 
| oracle.jbo.server.remote | 
 Contains the platform independent server side abstract implementation for handling 3 tier communications. 
 | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
DCBindingContainer.navigated(DCIteratorBinding iter,
         NavigationEvent event)
Invoked when a DCIteratorBinding receives a navigated Event from BC4J RowSetIterator 
 | 
void | 
DCIteratorBinding.navigated(NavigationEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RowSetListener.navigated(NavigationEvent event)
Invoked when the current-row designation changes. 
 | 
void | 
RowNavigationListener.navigated(NavigationEvent event)
Invoked when the current-row designation changes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ViewUsageImpl.navigated(NavigationEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RowSetHelper.fireNavigationEvent(NavigationEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SDOValueStore.navigated(NavigationEvent event)  | 
void | 
SDOValueStore.RowSetList.navigated(NavigationEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WSRowSetImpl.navigated(NavigationEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ViewObjectImpl.navigated(NavigationEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RuntimeViewRowSetIteratorInfo.navigated(NavigationEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
JUFormBinding.navigated(DCIteratorBinding iter,
         NavigationEvent event)
Invoked when a JUIteratorBinding receives a navigated Event from BC4J RowSetIterator 
 | 
void | 
JUIteratorBinding.navigated(NavigationEvent event)
*** For internal framework use only *** 
 | 
void | 
JUCtrlScrollBinding.navigated(NavigationEvent event)  | 
void | 
JUCtrlListBinding.navigated(NavigationEvent event)
Deprecated. 
 
since 11.1.1.4.0 Applications should not use this api. 
 | 
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 | 
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.updateNavigated(NavigationEvent event)  | 
void | 
JUCtrlHierNodeBinding.updateNavigated(NavigationEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JUStatusBar.navigated(NavigationEvent event)  | 
void | 
JUNavigationBar.navigated(NavigationEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
JUPanelBinding.navigated(DCIteratorBinding iter,
         NavigationEvent event)
Invoked when a JUIteratorBinding receives a navigated Event from BC4J RowSetIterator 
 | 
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. 
 | 
void | 
JUSpinnerBinding.navigated(NavigationEvent event)
*** For internal framework use only *** 
 | 
void | 
JUTreeNodeBinding.updateNavigated(NavigationEvent event)  | 
void | 
JUTableBinding.updateNavigated(NavigationEvent event)
Adjusts the display to move the current row selection to the new current row. 
 |