Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Uses of Class
oracle.jbo.UpdateEvent

Packages that use UpdateEvent
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.jbo Contains interfaces for client-side applications. 
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 UpdateEvent in oracle.adf.model.binding

 

Methods in oracle.adf.model.binding with parameters of type UpdateEvent
 void DCIteratorBinding.rowUpdated(UpdateEvent event)
          Invokes updateValuesFromRow() to notify all control bindings of a change in an attribute in the row.
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

 

Uses of UpdateEvent in oracle.jbo

 

Methods in oracle.jbo with parameters of type UpdateEvent
 void RowSetListener.rowUpdated(UpdateEvent event)
          Invoked when an attribute of the row has been changed.

 

Uses of UpdateEvent in oracle.jbo.uicli.binding

 

Methods in oracle.jbo.uicli.binding with parameters of type UpdateEvent
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)
          *** For internal framework use only ***

 

Uses of UpdateEvent in oracle.jbo.uicli.controls

 

Methods in oracle.jbo.uicli.controls with parameters of type UpdateEvent
 void JUStatusBar.rowUpdated(UpdateEvent event)
           
 void JUNavigationBar.rowUpdated(UpdateEvent event)
           

 

Uses of UpdateEvent in oracle.jbo.uicli.jui

 

Methods in oracle.jbo.uicli.jui with parameters of type UpdateEvent
 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.
protected  void JUPanelBinding.rowUpdated(DCIteratorBinding iter, UpdateEvent event)
          Invoked when a JUIteratorBinding receives a rowUpdated Event from BC4J RowSetIterator

 


Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


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