Business Components

Uses of Class
oracle.jbo.UpdateEvent

Packages that use.*
PackageDescription
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
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 UpdateEvent in oracle.jbo
 

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

Uses of UpdateEvent in oracle.jbo.common
 

Methods in oracle.jbo.common with parameters of type UpdateEvent
TypeName
 void RowSetHelper.fireRowUpdated(UpdateEvent event)
           
 

Uses of UpdateEvent in oracle.jbo.uicli.binding
 

Methods in oracle.jbo.uicli.binding with parameters of type UpdateEvent
TypeName
 void JUCtrlScrollBinding.rowUpdated(UpdateEvent event)
           
protected abstract  void JUFormBinding.rowUpdated(JUIteratorBinding iter, UpdateEvent event)
          Invoked when a JUIteratorBinding receives a rowUpdated Event from BC4J RowSetIterator
 void JUCtrlListBinding.rowUpdated(UpdateEvent event)
          *** For internal framework use only ***
 void JUIteratorBinding.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
TypeName
 void JUNavigationBar.rowUpdated(UpdateEvent event)
           
 void JUStatusBar.rowUpdated(UpdateEvent event)
           
 

Uses of UpdateEvent in oracle.jbo.uicli.jui
 

Methods in oracle.jbo.uicli.jui with parameters of type UpdateEvent
TypeName
protected  void JUPanelBinding.rowUpdated(JUIteratorBinding iter, UpdateEvent event)
          Invoked when a JUIteratorBinding receives a rowUpdated Event from BC4J RowSetIterator
 void JUPanelRowSetAdapter.rowUpdated(JUIteratorBinding iter, UpdateEvent event)
          Invoked when an attribute of the row has been changed.
 void JUPanelRowSetListener.rowUpdated(JUIteratorBinding iter, UpdateEvent event)
          Invoked when an attribute of the row has been changed.
 


Business Components