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. 
oracle.jbo.jbotester   
 

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)
           
 

Uses of ScrollEvent in oracle.jbo.jbotester
 

Methods in oracle.jbo.jbotester with parameters of type ScrollEvent
 void NavBar.rangeScrolled(ScrollEvent event)
           
 void RowSetPanel.rangeScrolled(ScrollEvent event)
           
 void TreePanel.rangeScrolled(ScrollEvent event)
           
 


Business Components