|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject oracle.jbo.JboEvent oracle.jbo.RangeEvent oracle.jbo.ScrollEvent
Generated by RowSetIterator
to inform its listeners
when a range of rows is scrolled.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ScrollEvent(RowSetIterator source,
int rangeStartBefore)
Creates a scroll event. |
Method Summary | |
int |
getFirstNewRowRangeIndex()
Gets the index of the new first row of the range. |
int |
getNewRowCountInRange()
Counts the number of rows exposed by the scroll. |
int |
getRangeStartBefore()
Gets the index of the original first row of the range. |
int |
getScrollAmount()
Gets the distance rows are displaced by the scroll. |
java.lang.String |
toString()
Internal: For debugging only. |
Methods inherited from class oracle.jbo.RangeEvent |
getAllRowsInRange, getRangeStart, getRowCountInRange, toString |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ScrollEvent(RowSetIterator source, int rangeStartBefore)
source
- the publisher of the event.rangeStartBefore
- the View Object index of the first row of the range,
before scrolling.Method Detail |
public int getRangeStartBefore()
public int getScrollAmount()
public int getFirstNewRowRangeIndex()
public int getNewRowCountInRange()
public java.lang.String toString()
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.