Business Components

Uses of Class
oracle.jbo.ScrollEvent

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 ScrollEvent in oracle.jbo
 

Methods in oracle.jbo with parameters of type ScrollEvent
TypeName
 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
TypeName
 void RowSetHelper.fireRangeScrolled(ScrollEvent event)
           
 

Uses of ScrollEvent in oracle.jbo.uicli.binding
 

Methods in oracle.jbo.uicli.binding with parameters of type ScrollEvent
TypeName
abstract  void JUCtrlValueBinding.updateRangeScrolled(ScrollEvent event)
          Update the control display based on whether the rows of data has scrolled.
 void JUCtrlAttrsBinding.updateRangeScrolled(ScrollEvent event)
          Overridden as a no-op.
 void JUCtrlScrollBinding.rangeScrolled(ScrollEvent event)
           
 void JUCtrlRangeBinding.updateRangeScrolled(ScrollEvent event)
          Method to handle scroll events from the BC4J iterator.
 void JUCtrlListBinding.rangeScrolled(ScrollEvent event)
          *** For internal framework use only ***
 void JUIteratorBinding.rangeScrolled(ScrollEvent event)
          *** For internal framework use only ***
 

Uses of ScrollEvent in oracle.jbo.uicli.controls
 

Methods in oracle.jbo.uicli.controls with parameters of type ScrollEvent
TypeName
 void JUNavigationBar.rangeScrolled(ScrollEvent event)
           
 void JUStatusBar.rangeScrolled(ScrollEvent event)
           
 

Uses of ScrollEvent in oracle.jbo.uicli.jui
 

Methods in oracle.jbo.uicli.jui with parameters of type ScrollEvent
TypeName
 void JUTableBinding.updateRangeScrolled(ScrollEvent event)
          Adjusts the scrollbar of the associated JTable and also refreshes the display with the current set of rows in range in the associated RowIterator.
 


Business Components