|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
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
public class 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()
toString
in class java.util.EventObject
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |