Business Components

Uses of Class
oracle.jbo.ScrollEvent

Packages that use ScrollEvent
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
 

Uses of ScrollEvent in oracle.jbo
 

Methods in oracle.jbo with parameters of type ScrollEvent
 void RowSetListener.rangeScrolled(ScrollEvent event)
          Invoked when the range is scrolled.
 

Uses of ScrollEvent in oracle.jbo.common
 

Methods in oracle.jbo.common with parameters of type ScrollEvent
 void RowSetHelper.fireRangeScrolled(ScrollEvent event)
           
 


Business Components