Business Components

Uses of Class
oracle.jbo.RowSetManagementEvent

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. 
 

Uses of RowSetManagementEvent in oracle.jbo
 

Methods in oracle.jbo with parameters of type RowSetManagementEvent
TypeName
 void RowSetManagementListener.iteratorReset(RowSetManagementEvent event)
          Invoked when the row set is reset.
 void RowSetManagementListener.iteratorClosed(RowSetManagementEvent event)
          Invoked when the row set is closed.
 

Uses of RowSetManagementEvent in oracle.jbo.common
 

Methods in oracle.jbo.common with parameters of type RowSetManagementEvent
TypeName
 void RowSetHelper.fireMgmtIteratorReset(RowSetManagementEvent event)
           
 void RowSetHelper.fireMgmtIteratorClosed(RowSetManagementEvent event)
           
 

Uses of RowSetManagementEvent in oracle.jbo.uicli.binding
 

Methods in oracle.jbo.uicli.binding with parameters of type RowSetManagementEvent
TypeName
 void JUIteratorBinding.iteratorReset(RowSetManagementEvent event)
          *** For internal framework use only *** Notifies all control bindings that the BC4J iterator has been reset and there is no current row at this time.
 void JUIteratorBinding.iteratorClosed(RowSetManagementEvent event)
          *** For internal framework use only *** Resets the internal state of this binding object and marks it as unusable.
 


Business Components