Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Class
oracle.jbo.RowSetManagementEvent

Packages that use RowSetManagementEvent
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
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.server.remote   
oracle.jbo.uicli.binding Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. 

 

Uses of RowSetManagementEvent in oracle.adf.model.binding

 

Methods in oracle.adf.model.binding with parameters of type RowSetManagementEvent
 void DCIteratorBinding.iteratorReset(RowSetManagementEvent event)
          Notifies rangeRefreshed to all bindings so that they can update their display.
 void DCIteratorBinding.iteratorClosed(RowSetManagementEvent event)
          Resets the internal state of this binding object and marks it as unusable.

 

Uses of RowSetManagementEvent in oracle.jbo

 

Methods in oracle.jbo with parameters of type RowSetManagementEvent
 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
 void RowSetHelper.fireMgmtIteratorReset(RowSetManagementEvent event)
           
 void RowSetHelper.fireMgmtIteratorClosed(RowSetManagementEvent event)
           

 

Uses of RowSetManagementEvent in oracle.jbo.server.remote

 

Methods in oracle.jbo.server.remote with parameters of type RowSetManagementEvent
 void RuntimeViewRowSetIteratorInfo.iteratorReset(RowSetManagementEvent event)
           
 void RuntimeViewRowSetIteratorInfo.iteratorClosed(RowSetManagementEvent event)
           

 

Uses of RowSetManagementEvent in oracle.jbo.uicli.binding

 

Methods in oracle.jbo.uicli.binding with parameters of type RowSetManagementEvent
 void JUCtrlListBinding.iteratorReset(RowSetManagementEvent event)
          Notifies rangeRefreshed to all bindings so that they can update their display.
 void JUCtrlListBinding.iteratorClosed(RowSetManagementEvent event)
          Resets the internal state of this binding object and marks it as unusable.

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

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