| 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 abstract void | 
DCIteratorBinding.notifyUpdateEvent(UpdateEvent event)
called when rowUpdated event is received from the model. 
 | 
protected void | 
DCBindingContainer.rowUpdated(DCIteratorBinding iter,
          UpdateEvent event)
Invoked when a DCIteratorBinding receives a rowUpdated Event from BC4J RowSetIterator 
 | 
void | 
DCIteratorBinding.rowUpdated(UpdateEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RowSetListener.rowUpdated(UpdateEvent event)
Invoked when an attribute of the row has been changed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ViewUsageImpl.rowUpdated(UpdateEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RowSetHelper.fireRowUpdated(UpdateEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SDOValueStore.rowUpdated(UpdateEvent event)  | 
void | 
SDOValueStore.RowSetList.rowUpdated(UpdateEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WSRowSetImpl.rowUpdated(UpdateEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ViewRowSetIteratorImpl.fireRowUpdated(int rowIndex,
              Row row,
              int[] attrIndices,
              UpdateEvent rowEvent)
Fires the row updated event to its listeners. 
 | 
protected void | 
ViewObjectImpl.notifyRowUpdated(QueryCollection qc,
                Row row,
                int[] attrIndices,
                UpdateEvent rowUpdateEvent)  | 
protected void | 
ViewObjectImpl.notifyRowUpdated(ViewRowSetImpl vrs,
                Row[] viewRows,
                int[] attrIndices,
                UpdateEvent updateEvent)
This method is invoked by the framework when updates are made to any
 attribute for rows in the given ViewRowSet for this ViewObject. 
 | 
void | 
ViewObjectImpl.rowUpdated(UpdateEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RuntimeViewRowSetIteratorInfo.rowUpdated(UpdateEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
JUCtrlHierNodeBinding.createAndNotifyKeyChangedDCE(UpdateEvent ue)  | 
protected boolean | 
JUCtrlValueBinding.eventForMyRow(UpdateEvent event)  | 
protected boolean | 
JUCtrlHierNodeBinding.eventForMyRow(UpdateEvent event)  | 
protected void | 
JUIteratorBinding.notifyUpdateEvent(UpdateEvent event)  | 
protected void | 
JUFormBinding.rowUpdated(DCIteratorBinding iter,
          UpdateEvent event)
Invoked when a JUIteratorBinding receives a rowUpdated Event from BC4J RowSetIterator 
 | 
void | 
JUCtrlScrollBinding.rowUpdated(UpdateEvent event)  | 
void | 
JUCtrlListBinding.rowUpdated(UpdateEvent event)
Deprecated. 
 
since 11.1.1.4.0 Applications should not use this api. 
 | 
void | 
JUCtrlValueBinding.updateRow(UpdateEvent event)
Notification that a row was updated in the associated iterator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JUStatusBar.rowUpdated(UpdateEvent event)  | 
void | 
JUNavigationBar.rowUpdated(UpdateEvent event)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
JUPanelBinding.rowUpdated(DCIteratorBinding iter,
          UpdateEvent event)
Invoked when a JUIteratorBinding receives a rowUpdated Event from BC4J RowSetIterator 
 | 
void | 
JUPanelRowSetListener.rowUpdated(JUIteratorBinding iter,
          UpdateEvent event)
Invoked when an attribute of the row has been changed. 
 | 
void | 
JUPanelRowSetAdapter.rowUpdated(JUIteratorBinding iter,
          UpdateEvent event)
Invoked when an attribute of the row has been changed. 
 |