|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScrollEvent | |
oracle.adf.model.binding | Contains the abstract implementation of ADFm binding objects. |
oracle.jbo | Contains interfaces for client-side applications. |
oracle.jbo.client.remote | |
oracle.jbo.common | Contains the implementation of components shared by thin clients and the middle tier. |
oracle.jbo.common.ws | |
oracle.jbo.server.remote | |
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.adf.model.binding |
Methods in oracle.adf.model.binding with parameters of type ScrollEvent | |
void |
DCIteratorBinding.rangeScrolled(ScrollEvent event)
This method invokes updateRangeScrolled method on all instances of DCCtrlRangeBinding objects associated with this iterator binding, to notify them of the change in current range of rows. |
protected void |
DCBindingContainer.rangeScrolled(DCIteratorBinding iter,
ScrollEvent event)
Invoked when a DCIteratorBinding receives a rangeScrolled Event from BC4J RowSetIterator |
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.client.remote |
Methods in oracle.jbo.client.remote with parameters of type ScrollEvent | |
void |
ViewUsageImpl.rangeScrolled(ScrollEvent event)
|
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.common.ws |
Methods in oracle.jbo.common.ws with parameters of type ScrollEvent | |
void |
WSRowSetImpl.rangeScrolled(ScrollEvent event)
|
Uses of ScrollEvent in oracle.jbo.server.remote |
Methods in oracle.jbo.server.remote with parameters of type ScrollEvent | |
void |
RuntimeViewRowSetIteratorInfo.rangeScrolled(ScrollEvent event)
|
Uses of ScrollEvent in oracle.jbo.uicli.binding |
Methods in oracle.jbo.uicli.binding with parameters of type ScrollEvent | |
void |
JUIteratorBinding.rangeScrolled(ScrollEvent event)
*** For internal framework use only *** |
protected void |
JUFormBinding.rangeScrolled(DCIteratorBinding iter,
ScrollEvent event)
Invoked when a JUIteratorBinding receives a rangeScrolled Event from BC4J RowSetIterator |
abstract void |
JUCtrlValueBinding.updateRangeScrolled(ScrollEvent event)
Update the control display based on whether the rows of data has scrolled. |
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 |
JUCtrlHierNodeBinding.updateRangeScrolled(ScrollEvent event)
|
void |
JUCtrlAttrsBinding.updateRangeScrolled(ScrollEvent event)
Overridden as a no-op. |
Uses of ScrollEvent in oracle.jbo.uicli.controls |
Methods in oracle.jbo.uicli.controls with parameters of type ScrollEvent | |
void |
JUStatusBar.rangeScrolled(ScrollEvent event)
|
void |
JUNavigationBar.rangeScrolled(ScrollEvent event)
|
Uses of ScrollEvent in oracle.jbo.uicli.jui |
Methods in oracle.jbo.uicli.jui with parameters of type ScrollEvent | |
void |
JUTreeBinding.updateRangeScrolled(ScrollEvent event)
|
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. |
void |
JUPanelRowSetListener.rangeScrolled(JUIteratorBinding iter,
ScrollEvent event)
Invoked when the range is scrolled. |
void |
JUPanelRowSetAdapter.rangeScrolled(JUIteratorBinding iter,
ScrollEvent event)
Invoked when the range is scrolled. |
protected void |
JUPanelBinding.rangeScrolled(DCIteratorBinding iter,
ScrollEvent event)
Invoked when a JUIteratorBinding receives a rangeScrolled Event from BC4J RowSetIterator |
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.