|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adfnmc.util.eventing.EventObject
oracle.jbo.JboEvent
oracle.jbo.RangeEvent
oracle.jbo.RangeRefreshEvent
public class RangeRefreshEvent
Generated by RowSetIterator
to inform its listeners when a range of rows need to
be redrawn.
When a single row is updated an UpdateEvent
should be generated, rather than this
event.
Field Summary |
---|
Fields inherited from class oracle.adfnmc.util.eventing.EventObject |
---|
source |
Constructor Summary | |
---|---|
RangeRefreshEvent(RowSetIterator source,
int rangeStart,
int rowCountInRange,
Row[] rows)
Creates a range refresh event. |
|
RangeRefreshEvent(RowSetIterator source,
int rangeStart,
int rowCountInRange,
Row[] rows,
boolean isReset)
|
|
RangeRefreshEvent(RowSetIterator source,
int rangeStart,
int rowCountInRange,
Row[] rows,
boolean isReset,
Row[] masterRows)
|
Method Summary | |
---|---|
Row[] |
getAllRowsInRange()
Extracts the rows in the range. |
Row[] |
getMasterRows()
|
int |
getRangeStart()
Gets the absolute index of the first row in the row set range. |
int |
getRowCountInRange()
Counts the number of rows in the row set range. |
boolean |
isPosReset()
|
boolean |
isReset()
|
void |
setNewCollection(boolean b)
|
void |
setPosReset(boolean b)
|
java.lang.String |
toString()
Internal: For debugging only. |
Methods inherited from class oracle.jbo.RangeEvent |
---|
toString |
Methods inherited from class oracle.adfnmc.util.eventing.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RangeRefreshEvent(RowSetIterator source, int rangeStart, int rowCountInRange, Row[] rows)
source
- the publisher of the event.rangeStart
- the View Object index of the first row in the range.rowCountInRange
- the number of rows in the range.rows
- an array of row objects. The length of the array is given by
rowCountInRange
.public RangeRefreshEvent(RowSetIterator source, int rangeStart, int rowCountInRange, Row[] rows, boolean isReset)
public RangeRefreshEvent(RowSetIterator source, int rangeStart, int rowCountInRange, Row[] rows, boolean isReset, Row[] masterRows)
Method Detail |
---|
public Row[] getMasterRows()
public int getRangeStart()
getRangeStart
in class RangeEvent
public int getRowCountInRange()
getRowCountInRange
in class RangeEvent
public Row[] getAllRowsInRange()
getAllRowsInRange
in class RangeEvent
public boolean isReset()
public void setPosReset(boolean b)
public boolean isPosReset()
public java.lang.String toString()
toString
in class EventObject
public void setNewCollection(boolean b)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |